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:
Post a Comment