Silly Query
Hi All,What are the advantages of Servlet over JSP?Thanx
[84 byte] By [
javashish] at [2007-9-26 2:04:33]

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