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

Urgent recruitment in CTS for JAVA .Experience 3 to 10 years.

1 Answers   CTS,


when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?

0 Answers  


What is cascade delete?

0 Answers  


What is java ee server?

0 Answers  


What is a java ee container?

0 Answers  






Is java important for my computer?

0 Answers  


Is java safe to download?

0 Answers  


What is api in j2ee?

0 Answers  


Is java is a technology?

0 Answers  


What is attribute what is asant?

0 Answers  


Is string an object in java?

0 Answers  


What is j2ee module?

0 Answers  


Categories