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?
1092How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
1059
Explain the steps for creating custom tags in jsp?
Which jsp method cannot be overridden?
Explain some jsp life-cycle methods that can be overridden.
What are jsp elements?
How can we use beans in jsp?
What is tag file?
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 we write java code in jsp?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
What is jsp custom tag and what are it’s components?
Which tag should be used to pass information from jsp to include jsp?
How can the applets be displayed in the jsp? Explain with an example.
Why should we not configure jsp standard tags in web.xml?
What is the
Mention the various implicit objects used in the expression