whats the life cycle of jsp

Answers were Sorted based on User's Feedback



whats the life cycle of jsp ..

Answer / bijoy baby

jspinit();
-jspservice();
jspdestroy

Is This Answer Correct ?    4 Yes 6 No

whats the life cycle of jsp ..

Answer / rajiv kumar

Translation & compilation
Execution
Buffering
Handlig Error

Is This Answer Correct ?    7 Yes 12 No

whats the life cycle of jsp ..

Answer / vishal

jspinit();
-jspservice();
jspdestroy();

Is This Answer Correct ?    0 Yes 5 No

whats the life cycle of jsp ..

Answer / sushant

init();
service();
destory();

Is This Answer Correct ?    17 Yes 28 No

whats the life cycle of jsp ..

Answer / akhilesh

wrong question

Is This Answer Correct ?    9 Yes 24 No

Post New Answer

More Core Java Interview Questions

How can I become a good programmer?

0 Answers  


What is meant by class loader? How many types are there? When will we use them?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


I want to store more than 10 objects in a remote server? Which methodology will follow?

0 Answers  


What causes memory leaks in java?

0 Answers  






How do you add an element to a set in java?

0 Answers  


Define inheritance with reference to java.

0 Answers  


what is the purpose of "virtual"?

0 Answers   EDS,


Differece between class and generic class?

0 Answers   Tech Mahindra,


Is char a data type in java?

0 Answers  


Memory management in JAVA

3 Answers   Tech Mahindra, Wipro,


What is meant by wrapper classes?

3 Answers  


Categories