1.

How can we move from one desired step to another step?(a) breakpoints(b) System.out.println(c) logger.log(d) logger.errorThis question was posed to me in an interview for internship.This intriguing question comes from Debugging in Eclipse topic in division Java Server Technologies & Servlet of Java

Answer»

The correct answer is (a) BREAKPOINTS

For explanation: Breakpoints are inserted in code. We can MOVE from ONE point to ANOTHER in the EXECUTION of a program.



Discussion

No Comment Found

Related InterviewSolutions