How to comment out jsp code?
No Answer is Posted For this Question
Be the First to Post Answer
What are the elements of a jsp page?
What is the requirement of a tag library?
What are the types of jstl tags?
What is directive jsp?
Why are implicit objects not available in a regular jsp page?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
How jsp is compiled?
What is jsp net?
What is request getcontextpath ()?
What is 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?
Explain client-side and server-side validation.