Multiple choice technology platforms and products

How can we back-trace a calling method?

  1. Highlight the method and select References > Workspace option in the search drop-down

  2. Possible only when we have MyEclipse plug-in

  3. N/A in Eclipse

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Eclipse provides a 'References' search feature in the context menu. By highlighting a method name and selecting References > Workspace from the search dropdown, you can find all places where that method is called. This works without requiring any additional plugins like MyEclipse.