JSP
- 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?
- Can a JSP page instantiate a serialized bean?
- Can a JSP page process HTML FORM data?
- Can I stop JSP execution while in the midst of processing a request?
- Can we implement an interface in a JSP?
- Can we override the jspInit(), _jspService() and jspDestroy() methods?
- Can we use the constructor, instead of init(), to initialize servlet?
- Can we use the constructor, instead of init(), to initialize servlet?
- Can you make use of a ServletOutputStream object from within a JSP page?
- Can you override jspInit() method? If yes, In which cases?
Author: Admin on September 3, 2010
Category: