Home » JAVA Programming » Java Basic » Question
  1. How can we move from one desired step to another step?
    1. System.out.println
    2. logger.log
    3. logger.error
    4. breakpoints
    5. None of these
Correct Option: D

Breakpoints are inserted in code. We can move from one point to another in the execution of a program.



Your comments will be displayed only after manual approval.