-
What is debugging an application which runs on another java virtual machine on another machine?
-
- remote debugging
- virtual debugging
- compiling debugging
- machine debugging
- 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.