Multiple choice technology platforms and products

What are the features available for the developer in Eclipse Java Based IDE

  1. Language aware editor

  2. Incremental build

  3. Integrated debugging

  4. All of the above

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

Eclipse IDE provides language-aware editing with syntax highlighting and code assistance. It supports incremental compilation that builds code changes automatically. The integrated debugger allows setting breakpoints and stepping through code. All these features make 'All of the above' the correct choice.