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?
1015How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
970
What is the purpose of jsp and why it is widely used?
What is the _jspservice() method?
Why is it not recommended to use script elements in jsp?
What is the difference between include and jsp directive: include action?
Which syntax is used to comment jsp?
What is the use of session management?
Is jsp technology extensible?
What is an implicit object?
Mention the jstl core tags.
What is a output comment?
What are the three tags used in jsp bean development?
What language is used to write servlets and jsp?
When does a container initialize multiple jsp objects?
What is jsp and its uses?
What is difference between page and pagecontext in jsp?