difference between GET & POST methods in JAVA?

Answer Posted / rajesh yalaga

Generally in servlets and jsps we are using this two methods. If we use the Get() the data entered by the user in the form is appended with the url.It is Default method also.If we use Post() the data entered by the user in the form is appended with the request body.In Security application we use the post() and noraml applications we use the get().

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does loadrunner execute a performance scenario?

716


What is the advantage of using loadrunner?

692


How many users can I emulate with loadrunner on a pc?

762


What do you mean by remote command launcher(rcl)?

769


What is ms-windows?

723






What are the section contain by the vugen while creating a vuser script?

713


What in percentile graph?

732


What is the use lr_abort function?

852


What is the difference between overlay graph and correlate graph?

751


What are the different types goals in goal-oriented scenario?

657


How can correlation be performed?

667


What is loadrunner api function?

698


If we want to know the size of each component in system how?

1582


How you load a loadrunner agent?

785


You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?

783