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
Explain servlet events?
What is session tracking?
What is difference between GenericServlet and HttpServlet?
What is the life-cycle of servlets?
What is the directory structure of a war file?
How we can get ip address of client in servlet?
What is servlet mapping?
What is a server side include (ssi)
What is the use of httpservletrequestwrapper?
Explain the difference between servlet and cgi?
How can you start a jta transaction from a servlet deployed on jboss?
What’s the difference between sendredirect and forward methods
What is MIME Type?
What is the use of java servlet api?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255