What is jstl used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by implicit objects and what are they?
List all tags that are provided in jstl?
List out the various scope values of jsp action.
What is a page directive?
How to include static files in a JSP page?
Which jsp life cycle is in correct order?
How to configure init parameters for jsp?
What is the purpose of <jsp:setproperty >?
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 lifecycle methods.
What are the different jsp element types?
What is the purpose of jsp?