- What is the Difference between sendRedirect() and Forward?
- How to delete cookies in JSP?
- What is the need of taglibraries?
- Why we can't implement interface in JSP? Or Can I call an interface in a JSP?
- Why we can only extend classes in JSP?
- What is the need of implicit objects?
- How do you maintain a Session?
- What is the difference between JSP Lifecycle and Servlet Lifecycle?
- What is the difference between a static and dynamic include?
- What is a JSP and what are its advantages?
- What is difference between script let and expression?
- What are the different Tags used in JSPs?
- How do you call stored procedures from JSP?
- How can we move from one JSP page to another?
- Can we implements interface or extends class in JSP?
- How do you prevent the Creation of a Session in a JSP Page and why?
- How do you restrict page errors display in the JSP page?
- How do you connect to the database from JSP?
- How do you pass control from one JSP page to another?
- What is the difference between GenericServlet and HttpServlet?
- What are the differences between GET and POST service methods?
- What is the difference between ServletContext and ServletConfig?
- If you want a Servlet to take the same action for both GET and POST request, what should you do?
- Which code line must be set before any of the lines that use the PrintWriter?
- How HTTP Servlet handles client requests?
- When a Servlet accepts a call from a client, it receives two objects. What are they?
- What information that the ServletRequest interface allows the Servlet access to?
- What information that the ServletResponse interface gives the Servlet methods for replying to the client?
- Can I invoke a JSP error page from a Servlet?
- Difference between single thread and multi thread model Servlet
- How can I enable session tracking for JSP pages if the browser has disabled cookies?
- How do I perform browser redirection from a JSP page?
- What JSP lifecycle methods can I override?
- How can I implement a thread-safe JSP page?
- Can a JSP page process HTML FORM data?
- What is the page directive is used to prevent a JSP page from automatically creating a session?
- Can you make use of a ServletOutputStream object from within a JSP page?
- What is a session and what are the different methods of session tracking?
- What are Cookies? How are they useful?
JDBC Questions:
- What is Connection Pooling?
- What are the different driver types in JDBC?
- Which is the best driver among the 4 jdbc drivers? How can we load that driver?
- What is metadata?
- What is stored procedure? How do you create stored procedures?
- What is the difference between Resultset and Rowset ?
- What are the three statements in JDBC & differences between them?
- How to call a Stored Procedure from JDBC?
- What packages are used by JDBC?
- How can you make the connection?
- How can you retrieve data from the ResultSet?
- How can store images in a data base?
No comments:
Post a Comment