How to disable session in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How can I override the jspinit() method within a jsp page?
How do you comment out in jsp?
Which tag is used to execute java source code in jsp?
Explain the difference between servlet and jsp?
What is the requirement of a tag library?
What is jsp container?
What do you mean by jsp?
What are the elements of 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 translation phase?
What are different implicit objects of jsp?
What are custom tags?