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

Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...

0 Answers   ASD Lab,


What is actionform?

0 Answers  


What is comment?

0 Answers  


explain the technologies that j2ee platform provides for developing components.

0 Answers  


What is j2ee specification?

0 Answers  






Is java is fully object oriented?

0 Answers  


What is the latest technology used in java?

0 Answers  


What is cascade delete?

0 Answers  


is it possible to create single instance of java class per session in web application

4 Answers  


What is java secure socket extension (jsse)?

0 Answers  


What is assembly in java?

0 Answers  


What is the use of method save()?

0 Answers  


Categories