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

What is a java application client?

0 Answers  


What is a jpanel in java?

0 Answers  


what is Directory Structure of webapplication?

8 Answers   CTS, Virtusa,


What is mean by j2ee?

0 Answers  


for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??

0 Answers  






What is business logic?

0 Answers  


What is basic authentication?

0 Answers  


What is empty tag?

0 Answers  


What does java ee stand for?

0 Answers  


What is attribute what is asant?

0 Answers  


Which java technology is in demand?

0 Answers  


What is java api for xml registries (jaxr)?

0 Answers  


Categories