Silly Query

Hi All,What are the advantages of Servlet over JSP?Thanx
[84 byte] By [javashish] at [2007-9-26 2:04:33]
# 1
The performance
pernica at 2007-6-29 8:48:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
The ease of doing more complicated tasks... If you want to do something simple like require someone to log into your site, then you can do that with JSP easily. If you want to do computation, many database queries, etc, It's a lot easier to do it with servlets.GN
statusquo at 2007-6-29 8:48:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...