How do I pass arguments to the Servlets?
Arguments to the servlets can be passed at two levels. • When a client is invoking the servlet, the client can pass the arguments as part of a URL in form of name/value pairs in the query string portion of the URL. If a tag is used in the html language to invoke the servlet, the arguments can be passed through the param name construct: