what is the difference Between JSP and Servlet?
mani2 0 Newbie Poster
Recommended Answers
Jump to Postservlet is a Java class implementing the javax.servlet.Servlet interface that runs within a Web or application server's servlet engine, servicing client requests forwarded to it through the server.
A Java Server Page is a slightly more complicated beast. JSP pages contain a mixture of HTML, Java scripts (not to be …
All 2 Replies
Shanti C 106 Posting Virtuoso
adronhill -3 Newbie Poster
Ezzaral commented: This answer is just useless. -3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.