Answer Posted / thennavan.m
doGet(): 1.The query String "display" the Client browser.
2.The max of query string 0 to 255 Character to
be send.
doPost(): 1. The query String to "Hide" the Client browser.
2. No limitation of data to be send.
3. The data to be send separate packet on the
server.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the various ways of session supervision in servlets?
How the typical servlet code look like ?
What is servlet initializer?
How the servlet is loaded?
What methodology can be followed to store more number of objects in a remote server?
What is the directory structure of a war file?
What is servlet and its types?
Which httpsession object is used to view and manipulate information about a session?
Explain the role of dispatcherservlet and contextloaderlistener.
How to get the server information in a servlet?
How does Cookies work in Servlets?
What are the types of servlets? Explain
What is meant by a servlet?
What is cookie in servlet?
What is getservletcontext?