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);
It’s much easier to undrnstaed when you put it that way!
Thank God! Someone with brains speaks!