Answer Posted / amutha
<%@ page language="java"------- %>
or
Any valid html tags or scriptlet
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is servlet and list its types?
What mechanisms are used by a Servlet Container to maintain session information?
Difference between httpservlet and generic servlets?
Name the packages that work with servlet?
What do you mean by web applications?
Define the life cycle of a servlets.
What are the phases of a servlet life cycle?
What are the differences between servlet context vs servlet config?
Why is init() method is used in servlets?
What is the need of servlet filters?
Explain the methods of request dispatcher in servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
How can we achieve transport layer security for our web application?
What is context in servlet?
What are the different mode that servlets can be used?