Gyan
Answered On : Nov 18th, 2005
The translation Phase is not in servlet
Login to rate this answer.
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
Login to rate this answer.
Viresh
Answered On : Apr 18th, 2006
theoritically no difference.programatically jasper javac/jikesjsp----------> servlet(java file)---------------->servlet(class file)---------------------->
Login to rate this answer.