38 Which java code snippet checks whether the user is of the role "MANAGER" for a given HttpServRequest, httpServletRequest?
(A) httpServletRequest.isUserInRole("MANAGER");
(B) httpServletRequest.isCallerInRole("MANAGER");
(C) httpServletRequest.isPrincipalInRole("MANAGER");
(D) httpServletRequest.isAuthnticatedUserInRole("MANAGER");

答案:登入後查看
統計: 尚無統計資料