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
Can filter be used as request or response?
What is the difference between Servlets and Applets?
What are all the advantages of servlet over cgi?
Can you call a jsp from the servlet?
Why filter is used in servlet?
What do you mean by httpservlet?
Explain is servlet mapping?
What are the phases of the servlet life cycle?
How do we translate jsp?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the difference between 2 types of servlets?
Which is better jsp or servlet?
What is servlet attributes and their scope?
Does servlet have main method?
Can we refresh servlet in client and server side automatically?