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
Explain jsessionid and when is it created?
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
What is the difference between jsp and servlet life cycle?
What is the capacity the doget can send to the server?
How to get the current httpsession object?
Why do you use session tracking in httpservlet?
How to read request headers from servlets?
Which method is called when reference variable is passed in system.net?
What is servlet invoker?
Why do we use sendredirect() method?
Whether we can get deadlock situation in servlets?
What’s the use of the servlet wrapper classes??
What are the advantages of servlets over traditional cgi?
Why don't we write a constructor in a servlet?
How will two or three servlets interact or communicate with each other?