What is use of parseQueryString?
It parses a query string and builds a hash-table of key-
value pairs where values are arrays of string
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the working of service() method of a servlet.
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Can you send an authentication error from a servlet?
Explain the custom jsp tags and the beans.
What is the type of method for sending request from http server?
How to deal with multi-valued parameters in a servlet?
What are the types of an http request?
Explain web container.
What is the difference between forward () and sendredirect () functions in servlet? Explain
List some life cycle methods of a servlet.
where the generated jsp source file are stored?
What is the difference between Servlets and Applets?