what is the diference between servlet and JSP? is there any advantages using one over the other? wich is best?
July 12, 2007 – 1:02 amI am a code organise in TCS. Rightnow we are nonindustrial digit web2.0 creation that includes communities and forums .

One Response to “what is the diference between servlet and JSP? is there any advantages using one over the other? wich is best?”
JSP are simply the html pages with some Java code encapsulated in special tags. We use them in that case when a smaller part of page is generated dynamicly. Servlets on the other hand, are pure Java classes extendend from javax.servlet.http.HttpServlet. They can generate html pages too
By drarunkrsinha on Jul 12, 2007