Difference Between getRequest and PostRequest?
Answer Posted / supraja
Security: GET is less secure compared to POST
POST is safer than GET
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What’s jboss cache in short?
What is a session? Can you share a session object between different theads?
Explain phantom read?
Describe, in general, how java's garbage collector works?
How are commas used in the intialization and iteration parts of a for statement?
Why a component architecture for the java platform?
difference between ejb,struts,hibernate,spring and jsp
How is a java object message delivered to a non-java client?
Why are some of the class and element names counter-intuitive?
Are enterprise beans allowed to use thread.sleep()?
What is clustering? What are the different algorithms used for clustering?
Should synchronization primitives be used on bean methods?
whats is mean by connectionpooling
What is the purpose of the notify() method?
What is the argument type of a programs main() method?