How values can be passed from HTML page to servlet?

Answer Posted / saikiran

we have methods like
String st=ServletRequest.getParameter(String );
Enumeration en=ServletRequest.getParameterNames(String);
ServletRequest.getParameterValues(int value);

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain jsessionid and when is it created?

784


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

1931


What is the difference between jsp and servlet life cycle?

937


What is the capacity the doget can send to the server?

785


How to get the current httpsession object?

864


Why do you use session tracking in httpservlet?

832


How to read request headers from servlets?

792


Which method is called when reference variable is passed in system.net?

2053


What is servlet invoker?

766


Why do we use sendredirect() method?

729


Whether we can get deadlock situation in servlets?

797


What’s the use of the servlet wrapper classes??

834


What are the advantages of servlets over traditional cgi?

812


Why don't we write a constructor in a servlet?

786


How will two or three servlets interact or communicate with each other?

1144