how dopost is secured than doget?

Answers were Sorted based on User's Feedback



how dopost is secured than doget?..

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

how dopost is secured than doget?..

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

how dopost is secured than doget?..

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

how dopost is secured than doget?..

Answer / mohanraj

And also dopost is fast process campare to doget..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2EE Interview Questions

Is j2ee a framework?

0 Answers  


What is java ee used for?

0 Answers  


Define the struts in the j2ee framework?

0 Answers  


What is j2ee architecture?

0 Answers  


What is a web container in j2ee?

0 Answers  






What do you mean by the deployment descriptor?

0 Answers  


How will you explain cdata?

0 Answers  


What is j2ee tutorial?

0 Answers  


What is actionform?

0 Answers  


Why java is oop language?

0 Answers  


How long does it take to master java?

0 Answers  


What do you understand by business logic?

0 Answers  


Categories