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
Can we define a class inside a jsp page?
What is the advantage of using getProperty action, as compared to the accessor method?
What are the steps for creating custom tags in jsp?
What is jsp and its features?
What is jstl core tags?
How can you avoid scriptlet code in jsp?
What is jsp page?
How can html output be prevented from being cached?
Explain jsp:plugin action?
What is a tag file in jsp?
What is jstl (jsp standard tag library)?
What is difference between custom jsp tags and beans?
What is the jspdestroy() method?
How to configure init parameters for jsp?
What is the use of requestdispatcher?