which is more fast and efficient?

Hi

Which among the servlet nad jsp is more effiecient and fast ?

is that the servlet is more effiecient than jsp or the jsp is more efficient than servlet?

which is fast in execution ?

is it servlet or jsp?

please provide example code or the realtime code sample for the above questions?

Regards

kirankumar

tmkirankumar@gmail.com

[387 byte] By [kiran164812.a] at [2007-11-27 9:46:31]
# 1
If I do your homework will you do mine?
sabre150a at 2007-7-12 23:57:12 > top of Java-index,Java Essentials,Java Programming...
# 2
A jsp page is compiled into a servlet. Does that answer the question?
kajbja at 2007-7-12 23:57:12 > top of Java-index,Java Essentials,Java Programming...
# 3
Don't worry about speed or efficiency of execution here. You're almost guaranteed to get it wrong, and who cares, in an application where everything is performed over a network anyway? Just write your code as you find easiest. Either way, your container is running a servlet
georgemca at 2007-7-12 23:57:12 > top of Java-index,Java Essentials,Java Programming...
# 4
> Which among the servlet nad jsp is more effiecient> and fast ?> is that the servlet is more effiecient than jsp or> the jsp is more efficient than servlet?Mu. http://en.wikipedia.org/wiki/Mu_(negative)~
yawmarka at 2007-7-12 23:57:12 > top of Java-index,Java Essentials,Java Programming...