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


Please Help Members By Posting Answers For Below Questions

What is a servlet-to-servlet communcation?

837


What is java servlet?

780


What is the use of welcome-file-list?

744


What is servlet instance?

733


How will you pass values from HTML page to the servlet?

752


What are the uses of servlet

797


What is the difference between Server and Container?

841


What mechanisms are used by a Servlet Container to maintain session information?

874


What do you mean by request dispatcher in servlet? Also explain its methods.

820


Why session tracking is needed?

762


How is a servlet implemented in code?

764


What are the functions of an intercepting filter?

695


What are the important functions of filters?

791


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

2315


If a servlet is not properly initialized, what exception may be thrown?

840