Home » JAVA Programming » Java Basic » Question
  1. What is debugging an application which runs on another java virtual machine on another machine?
    1. remote debugging
    2. virtual debugging
    3. compiling debugging
    4. machine debugging
    5. None of these
Correct Option: A

Remote debugging allows us to debug applications which run on another Java virtual machine or even on another machine. We need to set certain flags while starting the application.



Your comments will be displayed only after manual approval.