Difference Between getRequest and PostRequest?
Answer Posted / bayareddy
GetRequest:combindly header & parameters goes to the
server,it carries below 250 characters only
PostRequest:headers & parameters are not combidly goes to
server, POST Request carries large amount of data,it carries
sensitive and large data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the difference between RMI and CORBA?
Can constructors be synchronized in java?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is JTS?
What is the relationship between the canvas class and the graphics class?
what is an isolation level?
What is an abstract method?
What are local interfaces? Describe.
What is difference between object state and behavior?
what is the use of State Factories?
What is the difference between the session.update() method and the session.lock() method?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Why is string immutable in java?
Can you control when passivation occurs?
What are callback interfaces?