Answer Posted / vijay.pandey
A JSP page services requests as a servlet.
The life cycle and many of the capabilities of
JSP pagesare determined by Java Servlet technology
1)JSP page translation,
2)JSP page compilation,
3)load class,
4)create instance,
5)call the jspInit method,
6)call the _jspService method, and
7)call the jspDestroy method.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Difference between collection, collection and collections in java?
What is the difference between form & report?
Can you explain the usages of class.forname()?
Is linkedlist thread safe in java?
Explain super keyword in java.
Why do we need data serialization?
What defines function?
Why java does not support pointers?
What is java and its types?
What is the finalize method do?
What is bubble sorting in java?
What is the best way to findout the time/memory consuming process?
Difference between method overloading and method overriding in java ?
How list contains works in java?
Explain about strings in java?