What is the difference between Get and Post Method?
Answer Posted / manu
in Get method,data is passed in urlpattern i.e can be seen
everyone
in post method data is passed with in method body.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What do you mean by interservlet communication?
Write a simple servlet program to print the contents of html.
How does java thread pool work?
What do you mean by web applications? Explain web application directory arrangement?
What are its drawbacks of cgi?
What are the different methods involved in generic servlet?
Why are servlets used?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is http servlet?
What are all the advantages of servlet over cgi?
What is cookies in servlet with example?
Why HttpServlet class is declared abstract?
How do I use cookies to store session state on the client?
Differentiate between the print writer and servlet output stream?
What is a web container and what is its responsibility?