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 |
can i call destroy() method in init() method of servlet
What are the advantages of servlets over traditional cgi?
Name the webserver that is used to run Servlets?
What is url encoding and url decoding
What is Server-Side Includes?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
can v create a constructor 4 servlet?
What is the need of servlet filters?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
What if we pass negative value in load-on-startup?
Which http method is said to be non-idempotent and idempotent?