how dopost is secured than doget?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajamanickam
DoPost is betten than Doget because, if we use doget method in form action field,then this form elements are visible in the Browser URL after Redirecting into another page.
In doPost, Form fields are hidden in the URL.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / guest
yes dopost is secure than doget becouse the information can
not be appear in a url like doget so always use dopost for
the secure application
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mohanraj
And also dopost is fast process campare to doget..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is java secure socket extension (jsse)?
What are the types of j2ee clients?
What is api in j2ee?
What is a j2ee container?
Is advanced java and j2ee same?
write a program, when a statement is entered, it should display in reverse order. Ex: Statement is "I am writing program in reverse order". Output should be like "order reverse in program writing am I".
What is ebxml?
What is java developer job description?
What is a plugin in java?
What is multi tier architecture in j2ee?
What is the use of jit compiler in java?
How do I become an expert in java?