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
What is a servlet-to-servlet communcation?
What is java servlet?
What is the use of welcome-file-list?
What is servlet instance?
How will you pass values from HTML page to the servlet?
What are the uses of servlet
What is the difference between Server and Container?
What mechanisms are used by a Servlet Container to maintain session information?
What do you mean by request dispatcher in servlet? Also explain its methods.
Why session tracking is needed?
How is a servlet implemented in code?
What are the functions of an intercepting filter?
What are the important functions of filters?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
If a servlet is not properly initialized, what exception may be thrown?