What is the difference between Get and Post Method?
Answer Posted / habeeb
when get method is use to view data from database or simple
from client
post method is use to form client side sending data that data
will store into database
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
What are the different mode that servlets can be used?
What are the functions of Servlet container?
Why doesn’t a servlet include main()?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the difference between the servlets and cgi programs?
Can you call a jsp from the servlet?
What are the different methods involved in the process of session management in servlets?
What is the difference between 2 types of servlets?
How do you get the ip address of the client in servlet?
What is war file?
What are the uses of servlet
What do you mean by cgi and what are its drawbacks?
Can we override destroy method in servlet?
How do you define a servlet?
What are the uses of servlet and what is servlet chaining?