aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Servlet and JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Servlet and JSP" Watch "Servlet and JSP" New topic
Author

Servlet and JSP

Rahul Kumar Tiwari
Greenhorn

Joined: Jun 09, 2008
Posts: 14
Can any body explain that what is the exact difference between Servlet and JSP.
sachin naphade
Greenhorn

Joined: Mar 25, 2008
Posts: 8
Hi
jsp is a front end while servlet is back-end. jsp is used for ui purpose while servlet is used for processsing user request and generating dynamic web pages, a servlet can be able to forward a jsp
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet and JSP
 
Similar Threads
attributes and listener hfsj question 10
Do you have elegant way of nullpointer exceptions
Scriptlets -> Time and Space Complexity
difference
is servlet and jsp same?