Tuesday, November 4, 2008

difference between Servlets and JSPs

 
 

difference between Servlets and JSPs

 
 
 JSP's main concern is to prevent developers coding the HTML code inside java (i.e : within servlet). So it has many features like EL,JSTL,Standard Actions etc... But After all JSP becomes a servlet in the container when serving the client requests.

No comments: