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
List some life cycle methods of a servlet.
What’s the difference between sendredirect and forward methods
Why servlet is mostly used?
How do you create a cookie using servlet?
What’s the use of the servlet wrapper classes??
What is the difference between the servlets and cgi programs?
Explain the custom jsp tags and the beans.
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What methods do you use in servlet - applet communication?
How to upload a file to the server using servlet?
What is the default http method in the servlet?
How the typical servlet code look like ?
What do you mean by singlethreadmodel interface?
request parameter how to find whether a parameter exists in the request object?
When servlet object is created?