|
Related Questions |
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
|
|
How can I set a cookie and delete a cookie from within a JSP page?
|
View Answer
|
|
How do I use a scriptlet to initialize a newly instantiated bean?
|
View Answer
|
|
How do you prevent the Creation of a Session in a JSP Page and why? What is the difference between include directive & jsp:include action?
|
View Answer
|
|
How do I mix JSP and SSI #include? What is the difference between include directive & jsp:include action?
|
View Answer
|
|
How do I mix JSP and SSI #include?
|
View Answer
|
|
What is JSP?
|
View Answer
|