1.

Which mode allows us to run program interactively while watching source code and variables during execution?(a) safe mode(b) debug mode(c) successfully run mode(d) exception modeThis question was addressed to me during an online interview.Asked question is from Debugging in Eclipse in section Java Server Technologies & Servlet of Java

Answer»

Right option is (b) DEBUG MODE

The explanation: Debug mode allows us to RUN PROGRAM interactively while watching source code and variables during execution.



Discussion

No Comment Found

Related InterviewSolutions