1.

How to deep dive into the execution of a method from a method call?(a) F3(b) F5(c) F7(d) F8I got this question in unit test.I need to ask this question from Debugging in Eclipse in division Java Server Technologies & Servlet of Java

Answer»

Right answer is (b) F5

To explain I WOULD say: F5 EXECUTES currently selected line and goes to the NEXT line in the program. If the selected line is a method call, debugger steps into the associated CODE.



Discussion

No Comment Found

Related InterviewSolutions