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 must be implemented by all servlets?
What is dispatcher servlet?
How do you deal property files in servlet?
What are the life cycle methods of the servlet?
How does tomcat servlet container work?
What is session?
What’s the difference between forward() and sendredirect() methods?
What is the structure of the http response
What do you mean by the servlet chaining?
Can you call a jsp from the servlet?
Differentiate between get and post?
What methodology can be followed to store more number of objects in a remote server?
What are the different ways we can maintain state between requests?
What is a generic servlet?
Explain request dispatcher and its methods.