what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / harsh
servlet is a servlet and jsp is a jsp
| Is This Answer Correct ? | 20 Yes | 40 No |
Post New Answer View All Answers
Is servlet synchronized?
Name the different ways of session tracking.
Where do you define dispatcherservlet?
What is java servlet session?
What exactly is a servlet?
Write a hello world program using servlets.
What is the difference between using getSession(true) and getSession(false) methods?
What is a server side include (ssi)
When servlet is loaded?
How do servlets work?
How can we invoke another servlet in a different application?
What are different methods of session management in servlets?
What is the capacity the doget can send to the server?
What’s the use of the servlet wrapper classes??
How do you communicate in between Applets and Servlets?