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 the different ways for servlet authentication?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Why do we have servlet listeners?
What is MIME Type?
How can I send user authentication information while making URL Connection?
What is the difference between sendredirect() and forward() in a servlet?
How can you run a servlet program?
Explain web container.
What are the difference between RMI and Servlets?
What is servlet and its use?
What are the advantages of servlets over traditional cgi?
List the Different types of servlet?
Is it good idea to create servlet constructor?
What is meant by session? Tell me something about httpsession class?
Does servlet have main method?