Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?
A
@Command([RefreshWindow]) executes immediately. @Command(ReloadWindow]) executes after other functions in the action havecompleted.
B
@Command(ReloadWindow]) executes immediately. @Command([RefreshWindow]) executes after other functions in the action havecompleted.
C
@Command([RefreshWindow]) redraws the window contents without including any changes made to the documents.@Command(ReloadWindow]) updates the window contents to include any changes made to the documents.
D
@Command(ReloadWindow]) redraws the window contents without including any changes made to the documents.@Command([RefreshWindow]) updates
Show Answer