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 is servlet and how it works?
What are the different methods involved in the process of session management in servlets?
How can the referrer and the target urls be used in servlet?
What is the need of servlet filters?
What is difference between cookies and httpsession?
What are the functions of an intercepting filter?
What is the difference between Difference between doGet() and doPost()?
Name the packages that work with servlet?
Explain the difference between servlet and cgi?
Name the different ways of session tracking.
What are session variable in servlets?
Can you call a jsp from the servlet?
Is it good idea to create servlet constructor?
Describe servlet?
Whether we can get deadlock situation in servlets?