0
2.5kviews
Differentiate between JSP and servlets.

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 5M

Year: May 2015

1 Answer
0
9views
Servlet JSP
1. A servlet is a server-side program and written purely on Java. 1. JSP is an interface on top of Servlets. JSPs are extension of servlets to minimize the effort of developers to write user interfaces using Java programming.
2. Servlets run faster than JSP. 2. JSP runs …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.