nerdexam
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)
  • A
    11% (3)
  • B
    78% (21)
  • C
    7% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full LOT-410 Practice