How to deal with multi-valued parameters in a servlet?
Answer Posted / janet
Use the getParameterValues() method. This returns a String
array(or null) containing all the values of the parameter
requested.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by request dispatcher in servlet? Also explain its methods.
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Whats the advantages using servlets over using CGI?
What are the functions of Servlet container?
What do you mean by mime type?
Does servlet have main method?
Is servlet a controller?
What is the servlet?
How to get the IP address of client in servlet?
What is the difference between servlet and filter?
Who is responsible for writing a constructor?
How to generate the server side programming and the advantages of it over the other languages?
What's the difference between servlets and applets?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is the major difference between servlet and applet?