What are the differences between Servlet and JSP page ?

 
 

JSP during deployment is compiled into Servlet class. JSP`s syntax is more familiar with HTML programming than the Servlet`s syntax and on the other hand in Servlets logic implementation is easier.