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
Which application server is best for java?
Explain the jar and war files in servlet?
Explain get and post.
How we can create war file in servlet?
Explain servlet life cycle?
What are the various ways of session supervision in servlets?
Which are the different ways you can communicate between servlets?
What is servlet container. how it works?
What exception should be thrown when servlet is not properly initialized?
How can we upload the file to the server using servlet?
How to get the current httpsession object?
Is servlet a framework?
What are advantages of servlets over cgi?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Can we override destroy method in servlet?