Which of the following method calls can be used to retrieve an object from the session that was stored using the name "userid"?

Which of the following method calls can be used to retrieve an object from the session that was stored using the name "userid"? 




a. getObject("userid");
b. getValue("userid");
c. get("userid");
d. getAttribute("userid");
e. getParameter("userid");



Answer: D


Learn More :