What is the Difference between JSP and Java Servlets?
I also came up with the same problem some time ago, and thought of sharing the stackoverflow.com answer which helped me..JSP is a webpage scripting language that can generate dynamic content while Servlets are Java programs that are already compiled which also creates dynamic web content. Servlets run faster compared to JSP.JSP can be compiled into Java Servlets. It's easier to code in JSP than in Java Servlets
This answer explained it to me nicely. Have a look
No comments:
Post a Comment