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
How does loadrunner execute a performance scenario?
What is the advantage of using loadrunner?
How many users can I emulate with loadrunner on a pc?
What do you mean by remote command launcher(rcl)?
What is ms-windows?
What are the section contain by the vugen while creating a vuser script?
What in percentile graph?
What is the use lr_abort function?
What is the difference between overlay graph and correlate graph?
What are the different types goals in goal-oriented scenario?
How can correlation be performed?
What is loadrunner api function?
If we want to know the size of each component in system how?
How you load a loadrunner agent?
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?