1.

What is debugging an application which runs on another java virtual machine on another machine?(a) virtual debugging(b) remote debugging(c) machine debugging(d) compiling debuggingThis question was posed to me in unit test.This interesting question is from Debugging in Eclipse topic in portion Java Server Technologies & Servlet of Java

Answer»

Right OPTION is (b) remote debugging

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions