Multiple Choices
(Choose 1 answer)
Which of the following method calls can be used to retrieve an object from the session that w the name "userid"?
A. getObject("userid");
B. getValue("userid");
C. get("userid");
D. getAttribute("userid");
E. getParameter("userid");
Ex