READ Free Dumps For Oracle- 1z0-899
Question ID 4687 | Given an EL function declared with: |
Option A | A. The function method must have the signature: public String spin(). |
Option B | B. The method must be mapped to the logical name “spin” in the web.xml file. |
Option C | C. The function method must have the signature: public String spinIt(). |
Option D | D. The function method must have the signature: public static String spin(). |
Option E | E. The function method must have the signature: public static String spinIt(). |
Option F | F. The function class must be named Spinner, and must be in the package com.example. |
Correct Answer | E,F |
Question ID 4688 | Which EL expression returns true if no session has been established with current client? |
Option A | A. ${not(pageContext.session)} |
Option B | B. ${not(requestScope.session)} |
Option C | C. ${requestScope.sessions.this} |
Option D | D. ${sessionScope.empty} |
Correct Answer | A |