What do you know about jsp tags?
No Answer is Posted For this Question
Be the First to Post Answer
What are the implicit objects in jsp?
Can we override serivice()method in jsp?
what is the difference between jsp and servlets ?
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?
How can I handle jsp page errors?
Explain lifecycle methods.
Mention the advantages of jsp over pure servlets?
How many page directive we can use in a single JSP?
What is application in jsp?
Explain the difference between include directive and include action in jsp?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is cookie with example?