Servlet Basics Set 5

Which method decide which method will call i.e doGet() or doPost()

based on http method of http request?

Which of these you can get form request object?

What do you mean by reponse.addHeader("xyz", "abc"); ?

What is the meaning of response.setHeader("xyz", "abc");

What is the meaning of response.setIntHeader("xyz" ,67); ?

Which of theseĀ  method always sends a header back to the client/browser to get the desire page?

Which method redirect to resources to different servers internally?

Which method take a string not a URL?

Can you call sendRedirect after response is committed?

Which of these are correct statement?

Which method shows the client what server is receiving?