阿摩線上測驗 登入

試題詳解

試卷:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(1-50)#84202 | 科目:OCE

試卷資訊

試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(1-50)#84202

科目:OCE

21 Which Java expression can be used to check whether the web container is currently configured to track sessions via URL rewriting?
(A) servletContext.getSessionCookiesConfiq() .isHttpOnly()
(B) servletContext.getSessionCookiesConfiq() .isSecure()
(C) servletContext.getDefaultSessionTrackingModes() .contains(SessionTrackingMode.URL)
(D) servletContext.getEffectiveSessionTrackingModes() .contains (SessionTrackingMode.URL)
正確答案:登入後查看