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 do you mean by scope object and what are its types?
How servlets are deployed in java?
How many objects of a servlet is created?
What are the phases of the servlet life cycle?
What is the GenericServlet class?
What is the difference between using getSession(true) and getSession(false) methods?
How we can call a jsp from the servlet?
What is cookie in servlet?
What are the different methods of session management in servlets?
Explain the architechure of a servlet?
Is servlet synchronized?
Explain url encoding in servlet?
What do you mean by session tracking and also explain its techniques?
How the servlet is loaded?
Explain the lifecycle of a servlet?