Multiple choice technology platforms and products

Which of the following features are not supported by Eclipse

  1. Build automation using Ant Script

  2. Integrating J2EE Application servers

  3. Plug-in development by the user

  4. Can be used as a J2EE application server

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

Eclipse integrates with J2EE servers like Tomcat and WebLogic, supports Ant build automation, and has extensive plugin development capabilities (PDE). However, Eclipse itself is an IDE/framework, not a J2EE application server - it doesn't host servlets/JSPs directly like Tomcat or WebLogic.