plz answer my query

Which is best Servlets or JSP?
[37 byte] By [NimmiFa] at [2007-11-26 13:35:20]
# 1
Best for what?
quittea at 2007-7-7 22:18:20 > top of Java-index,Java Essentials,Java Programming...
# 2
There's a difference? See: http://java.sun.com/products/jsp/faq.html#3Then realize that jsp also contains Java code (either direct through the use of scriplets or indirect through the use of tag libraries) and is also compiled before usage.
Lion-Oa at 2007-7-7 22:18:20 > top of Java-index,Java Essentials,Java Programming...
# 3
Please give relevant subject line next time.JSP ans servlets both have adv and disadv. It depends on you what do you want to do.
nikhil_shravanea at 2007-7-7 22:18:20 > top of Java-index,Java Essentials,Java Programming...