What are the two kinds of comments in jsp and what's the difference between them ?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
How can automatic creation of session be prevented in a jsp page?
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?
What is the use of implicit object named "application" in Application?
How to configure init parameters for jsp?
Can an interface be implemented in the jsp file?
Can I run jsp on xampp?
What happens when a page is statically included in another jsp page?
What is the scope of response object?
How can my application get to know when a httpsession is removed?
How do you pass control from one jsp page to another?
What is jsp application?
What is a page directive?
What is request scope in jsp?