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 to read request headers from servlets?
What is servlet looping or chaining?
What are Servlets?
What is called Scriptlet?
What is the structure of the http response
What is the major difference between context parameter and context attribute?
What is dispatcher servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Why the concept of single thread model interface is used?
What are the steps that are involved in using the httpservlet class?
Can you refresh servlet in client and server-side automatically?
What are the uses of servlets?
What are the supporting protocol by HttpServlet ?
Write a command to get actual path of a servlet to the server?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?