Google News
logo
JDB - Interview Questions
What is the role of the interpreter in debugging the Java program?
Java debugger interacts with the Java runtime interpreter to interrupt the normal flow of the program. Thus, Java interpreter provides support to the debugger.
Advertisement