1.

What Is The Role Of Interpreter In Debugging The Java Program?

Answer»

JAVA debugger INTERACTS with the Java RUNTIME interpreter to interrupt the normal flow of program. Thus, Java interpreter PROVIDES SUPPORT to debugger.

Java debugger interacts with the Java runtime interpreter to interrupt the normal flow of program. Thus, Java interpreter provides support to debugger.



Discussion

No Comment Found