what is the difference between doGet() and doPost()?
Answer Posted / srivani
do Get() method carry only 255 characters of data.In depends
on browsers 1024 is carried.But do post() carry more than 255.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the importance of init() method in Servlet ?
Is it possible to have a constructor inside the servlet?
What are the life-cycle methods for a servlet?
Is servlet a controller?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Can we refresh servlet in client and server side automatically?
What exactly is a servlet?
What do you mean by cgi?
Which interface must be implemented by all servlets?
What are the different methods involved in the process of session management in servlets?
What is the purpose of dispatcherservlet properties?
How the typical servlet code look like ?
What are the exceptions thrown by servlets? Why?
Can you refresh servlet in client and server-side automatically?
How can we upload the file to the server using servlet?