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
How do we call one servlet from another servlet?
Difference between forward() method and sendredirect() method ?
What are the common methods that are included in the http servlet class?
What's the servlet interface?
What is the GenericServlet class?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
How a servlet is unloaded?
How do you communicate in between Applets and Servlets?
What are the two important api's in for servlets?
What do you mean by session tracking?
Explain how to improve Servlet Performance?
What is the main purpose of java servlets?
What do you mean by a filter and how does it work?
How native code can be used in a servlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?