0
1.8kviews
Differentiate JSP and SERVLET

Mumbai University > information technology > sem 4> Web Programming

Marks: 5M

Year : May16

1 Answer
0
7views
JSP Servlets
JSP is a webpage scripting language that can generate dynamic content .Servlets are Java programs that are already compiled which also creates dynamic web content.
JSP run slower compared to Servlet as it takes compilation time to convert into Java Servlets. Servlets run faster compared to JSP.
It’s …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.