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?
1000How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
956
Can you make use of a servletoutputstream object from within a jsp page?
Which tags are used for bean development?
What are context initialization parameters?
Can we use javascript in jsp?
Which package does jsp api consist of?
Can you use javascript in jsp?
What is jsp page?
What is taglib uri in jsp?
How can we prevent implicit session creation in jsp?
What is difference between java and jsp?
What is the need for jsp?
How can I set a cookie and delete a cookie from within a jsp page?
What is the use of?
How do you comment out in jsp?
Give the syntax for jsp comments.