Answer Posted / vijayakumar chinnasamy
jsp life cycle:
===============
1.Page translation - automatically translate the .jsp file
in .java(servlet)file
2.Compilation - automatically compile the .java(servlet)
file and create .class file .
3.Loading - load the compiled servlet into container.
4.Create instance - create instance for loaded servlet
(.java)
5.call jspInit method. (call only one time)
6.call _jspService method
7.call jspDestroy method.(call only one time)
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is it possible to write a regular expression to check if string is a number?
What are the different data types in java?
Define how destructors are defined in java?
What is the difference between scrollbar and scrollpane?
State the significance of public, private, protected class?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Is array primitive data type in java?
How many static init can you have?
What are data structures in java?
Can you access the private method from outside the class?
What are recursive functions?
Name few java.lang classes introduced with java 8 ?
What is the benefit of inner / nested classes ?
Define jit compiler?
Is java free for businesses?