What is the Difference between JSP and Java Servlets?

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

Ishan

Ishan Madhusanka is a dynamic developer, with a great enthusiasm in Web and Mobile Development. Eventhough he is a developer, he has this awesome creativity at its apex which helps him to polish up the UI/UX aspect of his products

No comments:

Post a Comment