What is the difference between Get and Post Method?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is pure servlet?
What is context switching?
What is servlet container. how it works?
What is servlet exception?
6 Answers EDS, Spa IT Solutions,
Which exception is thrown if the servlet is not initialized properly?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
Explain the servlet context.
What are the uses of servlet and what is servlet chaining?
What are the life-cycle methods for a servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,