Answer Posted / giridhar gangapatnam
doGet() method is the default HttpRequest method.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the objects involved when a servlet receives a call from client?
What is called Session Tracking?
What is the difference between the http servlet and generic servlet?
What is servlet container. how it works?
What are life cycle methods of a servlet?
Which http method is said to be non-idempotent and idempotent?
How do I use cookies to store session state on the client?
What is the difference between encodeRedirectUrl and encodeURL?
Can we fetch the attributes related to a servlet on a different servlet?
What is setattribute in servlet?
Why doesn’t a servlet include main()? How does it work?
What is a servlet?
Who is responsible for writing a constructor?
Write a servlet to upload file on server.
Difference between GET and POST?