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 |
What is cgi and what are its drawbacks?
What are the difference between HttpServlet and GenericServlets?
Define servlet mapping?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What are the annotations used in servlet 3?
What is the life-cycle of servlets?
What is Client-Server Computing?
What is forward() and include() of servlets RequestDispatcher interface?
List out the difference between ServletConfig and ServletContext?
what are the CGI Programs?
How do we share data using 'getservletcontext ()?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?