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

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?

7 Answers   HCL, Itx Centrics, Virtusa,


What is a jbutton in java?

0 Answers  


Is java good for web development?

1 Answers  


where exactly the servlets and jsp's are stored?

6 Answers   CG-VAK, JHJ, TCS,


What are the components of the java platform?

0 Answers  






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

4 Answers  


How do you run a java program?

0 Answers  


What is iso 3166?

0 Answers  


Why do we use DAO?

3 Answers   Accenture, Tech Mahindra,


What does resource adapt module contain?

0 Answers  


What is application client container?

0 Answers  


to update a batch in a table in jdbc which method of statement object is used.

6 Answers   Polaris, TCS,


Categories