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