InterviewSolution
Saved Bookmarks
| 1. |
Which perspective is used to run a program in debug view?(a) java perspective(b) eclipse perspective(c) debug perspective(d) jdbc perspectiveThis question was posed to me during an internship interview.The origin of the question is Debugging in Eclipse topic in chapter Java Server Technologies & Servlet of Java |
|
Answer» RIGHT OPTION is (c) debug perspective The explanation: We can SWITCH from one perspective to another. Debug perspective shows US the breakpoints, VARIABLES, etc. |
|