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
How is an application exception handling is done using a servlet?
What is the difference between servlet and jsp?
How to upload a file to the server using servlet?
How will you pass values from HTML page to the servlet?
How would you create deadlock on your servlet?
What are the advantages of servlets over traditional cgi?
What are the differences between forward() method and sendredirect() methods?
What is servlet attributes and their scope?
What is the web server used for running the Servlets?
Explain the methods of request dispatcher in servlet?
What is servlet configuration?
How to handle exceptions thrown by application with another servlet?
What are the ways to handle multi-threading in servlets?
What is the use of httpservletresponsewrapper?
Why servlet is faster than jsp?