What is the differences between JSP LifeCycle and Servlet LifeCycle?

Questions by Beena   answers by Beena

Showing Answers 1 - 3 of 3 Answers

Gyan

  • Nov 18th, 2005
 

The translation Phase is not in servlet

  Was this answer useful?  Yes

in servlet we can implement init,service and destroy method but in jsp we dont have any implementation for that i.e jsp container taking care of that implimentation . Finally only translation phase is different i.e jsp converted into servlet

  Was this answer useful?  Yes

Viresh

  • Apr 18th, 2006
 

theoritically no difference.programatically jasper javac/jikesjsp----------> servlet(java file)---------------->servlet(class file)---------------------->

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions