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
What is a generic servlet?
Why the container loads server at the application startup and how?
What do you mean by interservlet communication?
What is the purpose of requestdispatcher interface?
How do we go with database connection and log4j integration in servlet?
What is ServletConfig object?
What are the difference between RMI and Servlets?
What is servlet? Explain
What is the major difference between servlet and applet?
What do you mean by cgi?
What's the difference between servlets and applets?
What is a servlet?
What are advantages of servlets over cgi?
Tell us something about servletcontext interface.
Explain the differences between jsp and servlet.