Answer Posted / sandeep m
using doGet() we are limiting the length of text to be sent
and is also visible at address bar. Hence we can consider
not secured.
using doPost() the text is appended in the body of html
request. Hence is not visible at address bar. It is
directly posted to server as part of the request body.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is declarative security ?
What is source file in java?
What is server in j2ee?
What will happen when you compile and run the following code?
What is java advanced?
Difference between save and saveorupdate?
What do you understand by connector? Explain connector architecture.
What is callback methods?
What is api in j2ee?
Which compiler is used in java?
What is java api for xml-based rpc (jax-rpc)?
What is java api for xml processing (jaxp)?
What is a j2ee container?
Why java is interpreted language?
What do you understand by actionform?