What is jsp tag?
No Answer is Posted For this Question
Be the First to Post Answer
What is full api?
How do you comment out in jsp?
What is jsp application?
How can the output of JSP or servlet page be prevented from being cached by the browser?
how to write the code of jsp program?
How do I view a jsp file?
Why is it not necessary to configure standard jsp tags in web.xml?
Give the use of exception object.
Can we override jspinit method?
What is meant by jsp?
Show the 2 types of comments in JSP.
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?