CIW Exam Questions

What method in the ServletContext could be used to get an attribute called times_Accessed from the s

What method in the ServletContext could be used to get an attribute called times_Accessed from
the servlet context?

A.
getAttribute(times_Accessed);

B.
getInitParameter(times_Accessed);

C.
getInitParameter(“times_Accessed”);

D.
getAttribute(“times_Accessed”);

E.
getParameter(“times_Accessed”);

F.
getParameter(times_Accessed);