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 a servlet is unloaded?
What are the difference between session and cookies in servlet? Explain
What is servletconfig?
What is the purpose of inter-servlet communication?
What's the difference between authentication and authorization?
How to get the server information in a servlet?
What is the use of send redirect () method?
What is cgi and what are its drawbacks?
What are important features of Servlet 3?
What’s the difference between sendredirect and forward methods
How the JSP file will be executed on the Server side?
What is ServletContext object?
What is cookie? Why is cookie used?
Difference between java beans & servlets?
Define the servlet mapping.