How values can be passed from HTML page to servlet?
Answer Posted / mani
The values passed through the HttpRequest object.
Example:
request.getParameter("Key Value given in the
JSP/HTML Page");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Who is responsible to create the object of servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Name the different ways of session tracking.
Differentiate between get and post?
Is java servlet still used?
What is the servletconfig object?
How to create war file?
What are the annotations used in servlet 3?
Explain request dispatcher and its methods.
How does Cookies work in Servlets?
What are the types of Session Tracking ?
What are the objects involved when a servlet receives a call from client?
What is the importance of init() method in Servlet ?
How we can call a jsp from the servlet?
What is ServletConfig object?