InterviewSolution
Saved Bookmarks
| 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 |
|