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 the purpose of requestdispatcher interface?
What is the functionality of actionservlet and requestprocessor?
What do you mean by cgi and what are its drawbacks?
What is cookie in servlet?
What is the
What is meant by Servlet? What are the parameters of service method?
What is java servlet?
What is servlet and its advantages?
How can you start a jta transaction from a servlet deployed on jboss?
What is the use of servlet context?
What do you mean by mime type?
How to generate the server side programming and the advantages of it over the other languages?
Tell us something about servletconfig interface.
What are the mechanisms used by a servlet container for maintaining session information?
What is a deployment descriptor?