What is the difference between Get and Post Method?
Answer Posted / tanuj
get is for getting the data, and its is open.
post means you want sth from server, and it has data in
body of request so it is secure.
| Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
What are the two important api's in for servlets?
Why the concept of single thread model interface is used?
What is the difference between servlet and filter?
Difference between forward() method and sendredirect() method ?
What is servlet attributes and their scope?
What is lazy loading and what is Generic Servlet Class?
What is generic servlet class?
What's the use of servletcontext?
What are the phases of a servlet life cycle?
Difference between httpservlet and generic servlets?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What do you mean by httpservlet and how it is different from the genericservlet?
Why HttpServlet class is declared abstract?
What is new in ServletRequest interface ? (Servlet 2.4)
What are the uses of servlet