Tuesday, November 29, 2011

What is the differences between JSP LifeCycle and Servlet LifeCycle?

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
Category:JSP Interview Questions

No comments:

Post a Comment