what is the difference between doGet() and doPost()?
Answer Posted / rajkumari meena
the perticular data is sent to the server by dopost()
doget() is move to the next page
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of send redirect () method?
What is a generic servlet?
What are the two important api's in for servlets?
Why is http protocol called as a stateless protocol?
how the HTML data stored in web server?
What is a java servlet?
Why are http servlets used in programming?
How is a servlet implemented in code?
Why the concept of single thread model interface is used?
What is the use of request dispatcher interface?
What is servlet interface?
Describe the phases of servlet lifecycle?
Which exception is thrown if the servlet is not initialized properly?
What is servlet and its types?
What is context in servlet?