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
How to get the current httpsession object?
What do you mean by httpservlet and how it is different from the genericservlet?
What do you mean by filter in servlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is the difference between encodeRedirectUrl and encodeURL?
What is dispatcher servlet?
What are the disadvantages of storing session state in cookies?
how the HTML data stored in web server?
What are the functions of the servlet container?
What is a servlet engine?
When Servlet is unloaded?
What is meant by servlet? What are the parameters of the service method?
What do you understand by mime type?
How do you communicate in between Applets and Servlets?
How to make sure a servlet is loaded at the application startup?