nerdexam
IBM

LOT-410 · Question #7

Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?

The correct answer is A. @Command([RefreshWindow]) executes immediately. See the full explanation below for the reasoning.

Question

Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?

Options

  • A@Command([RefreshWindow]) executes immediately.
  • B@Command(ReloadWindow]) executes immediately.
  • C@Command([RefreshWindow]) redraws the window contents without including any changes made to the
  • D@Command(ReloadWindow]) redraws the window contents without including any changes made to the

How the community answered

(40 responses)
  • A
    73% (29)
  • B
    3% (1)
  • C
    10% (4)
  • D
    15% (6)

Community Discussion

No community discussion yet for this question.

Full LOT-410 Practice