What are the different life-cycle methods?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Which package does a jsp api consist of?
What do cookies mean?
What is a scriptlet in jsp and what is its syntax?
How to comment out jsp code?
What is context in web application?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Explain the jsp:setProperty action.
Which one is better jsp or servlet?
What is jsp translation time?
How do I create a dynamic web project?
Differentiate between <jsp:include page=…> and <%@include file=…>.