IBM
LOT-410 · Question #12
Sofia has created a button on an XPage that has the following JavaScript code for the onclick event: sessionScope.put("School","Walton"); If the application is closed and reopened, what is the value…
The correct answer is B. null. See the full explanation below for the reasoning.
Question
Sofia has created a button on an XPage that has the following JavaScript code for the onclick event: sessionScope.put("School","Walton"); If the application is closed and reopened, what is the value in contained in sessionScope.School?
Options
- A""
- Bnull
- CSchool
- D"Walton"
How the community answered
(27 responses)- A11% (3)
- B78% (21)
- C7% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.