Explain jsp lifecycle methods?
No Answer is Posted For this Question
Be the First to Post Answer
What are JSP scripting elements?
How do you pass control from one jsp page to another?
How does a jsp work?
When will container initialize multiple jsp/servlet objects?
What is client side technology?
What is custom tag library?
Differentiate between include directive and include action.
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?
What is jsp custom tag and what are it’s components?
What are standard actions in JSP?
Can we override jsp service method?
What is scriptlet tag in jsp?