Answer Posted / pramod p deore
goGet(HttpServletRequest request, HttpServletResponse
response)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by cgi?
How the typical servlet code look like ?
How do you deal property files in servlet?
What are different Authentication options available in Servlets.
What is servlet initializer?
What exception should be thrown when servlet is not properly initialized?
What is the disadvantage of cookies?
What is the major difference between servlet and applet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
List out difference between a JavaBean from a Servlet?
What is the directory structure of a war file?
What do you mean by cgi in servlet?
What exactly are the functions of servlet?
If servlet receives multiple requests, how many objects will it create?
Does servlet have main method?