Home » JAVA Programming » Java Basic » Question
  1. How to deep dive into the execution of a method from a method call?
    1. F3
    2. F7
    3. F5
    4. F8
    5. None of these
Correct Option: C

F5 executes currently selected line and goes to the next line in the program. If the selected line is a method call, debugger steps into the associated code.



Your comments will be displayed only after manual approval.