Difference Between getRequest and PostRequest?
Answer Posted / hitler
The get request send the data in the URL , it limited to 250
characters , the data is not secured .
The Post Request is better then get because it sending in Body
and the Data is no limitation .
Get Request is little bit faster then Post Request
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Do we need to override service() method
how do you Handle Front End Application data against DB with example?
What is the difference between java class and bean?
which book is better for jdbc ,servlets and jsp
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the difference between RMI registry and OS Agent?
What are the oops concept?
What is a tasks priority and how is it used in scheduling?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the different algorithms used for clustering?
What is the purpose of the notify() method?
What is the difference between long.class and long.type?
What is permgen or permanent generation?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is scalable, portability in the view of J2EE?