whats the life cycle of jsp
Answers were Sorted based on User's Feedback
1.Translation Phase
2.Compilation Phase
3.Loading Creating an object
than
4.init: jspinit()
When the Jsp page is initialized,this method is
invoked.or The container that invoke the _jspinit(); method
initializs this page.
5.Service: jspservice()
The container, the _jspservice(); method is generated
and then called to handle each request.
6.Destroy: jspdestory()
when the JSP page is destoryed, the _jspdestory();
method is primarily invoked.
| Is This Answer Correct ? | 10 Yes | 0 No |
What about features of local inner class?
What is numel matlab?
Can main() method in java can return any data?
What is * argv?
What are File and RandomAccessFile classes?
What is the purpose of stub and skeleton?
In the below example, how many string objects are created?
What is race condition ?? (Threading concept) TCS 2 sept10
What are constructors in java?
Explain restrictions on using enum?
Are there structures in java?
Can we override the overloaded method?