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
explain the advantages of servlet life cycle?
What are the different methods involved in the process of session management in servlets?
Name the different ways of session tracking.
What are the advantages of Servlet over CGI?
What is the type of method for sending request from http server?
What are the different methods involved in generic servlet?
When jsessionid is created?
What is cookie? Why is cookie used?
What's the use of servletcontext?
How will you pass values from HTML page to the servlet?
Which event is fired at the time of session creation and destroy?
What is Client-Server Computing?
What are the differences between servlet context vs servlet config?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is cookies in servlet with example?