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 |
Is j2ee a framework?
What is java ee used for?
Define the struts in the j2ee framework?
What is j2ee architecture?
What is a web container in j2ee?
What do you mean by the deployment descriptor?
How will you explain cdata?
What is j2ee tutorial?
What is actionform?
Why java is oop language?
How long does it take to master java?
What do you understand by business logic?