|
Related Questions |
View Answer |
 |
How many JSP scripting elements are there and what are they? |
View Answer |
 |
How to Retrieve Warnings? |
View Answer |
 |
What Class.forName will do while loading drivers? |
View Answer |
 |
How can my application get to know when a HttpSession is removed? |
View Answer |
 |
How does JSP handle runtime exceptions? |
View Answer |
 |
What is the difference between RequestDispatcher and sendRedirect? |
View Answer |
 |
What is the difference between directive include and jsp include? |
View Answer |
 |
Can you override jspInit() method? If yes, In which cases? |
View Answer |
 |
A JSP page, include.jsp, has a instance variable "int a", now this page is statically included in another JSP page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client? |
View Answer |
 |
What happens when a page is statically included in another JSP page? |
View Answer |
 |
Why is _jspService() method starting with an '_' while other life cycle methods do not? |
View Answer |
 |
Can we override the jspInit(), _jspService() and jspDestroy() methods? |
View Answer |
 |
How is JSP include directive different from JSP include action. ? |
View Answer |
 |
How to pass information from JSP to included JSP? |
View Answer |
 |
What is the difference in using request.getRequestDispatcher() and context.getRequestDispatcher()? |
View Answer |
 |
What is the difference between ServletContext and PageContext? |
View Answer |
 |
Can we implement an interface in a JSP? |
View Answer |
 |
How do you delete a Cookie within a JSP? |
View Answer |
 |
What is the page directive is used to prevent a JSP page from automatically creating a session? |
View Answer |
 |
How do you connect to the database from JSP? |
View Answer |