What is the difference between servlet and jsp?
Answer / Vikas Kumar Tiwari
Servlet is a Java class that processes HTTP requests and generates responses, while JSP (JavaServer Pages) is a technology used to create dynamic web content by embedding Java code in HTML files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the kinds of http requests?
What is servlet tunnelling?
What is servlet and its life cycle?
why are extending GenericServlet and why are extending HttpServlet explain?
what are the CGI Programs?
Why the container loads server at the application startup and how?
What is the first statement in jsp page.
Explain the difference between servletconfig and servletcontext in servlet?
What must be implemented by all servlets?
Can we override servlet service method?
Why is servlet used?
Explain the different ways for servlet authentication?