Which key helps to step out of the caller of currently executed method?
F5
F3
F8
F7
None of these
Correct Option: D
F7 steps out to the caller of the currently executed method. This finishes the execution of the current method and returns to the caller of this method.