Explain what is jsp ?
No Answer is Posted For this Question
Be the First to Post Answer
What is an implicit object?
How is scripting disabled?
Explain the jspdestroy() method?
What is the default value of session attribute in jsp?
What are the types of jstl tags?
What is difference between jsp and javascript?
What is the use of 'out' implicit object?
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 to disable scripting?
Which two interfaces does the javax servlet jsp package have?
Why is jsp used?
Explain the uses of <jsp:usebean> tag.