Tag: platforms and products

Questions Related to platforms and products

  1. Language aware editor

  2. Incremental build

  3. Integrated debugging

  4. All of the above


Correct Option: D
  1. Eclipse is a Plugin

  2. Eclipse is a shareware

  3. Eclipse is an Open source framework

  4. None of these


Correct Option: C
  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


Correct Option: D

What is an Eclipse workspace

  1. A directory to store Eclipse specific initializations

  2. A directory which contains all the projects the user is currently working on.

  3. A file containing Eclipse initialization settings.

  4. None of these


Correct Option: A
  1. Only after one new project is created or existing project is opened

  2. We don’t need any existing or new project to use the editors

  3. Only after all the existing projects are closed

  4. None of these


Correct Option: A

What are all the utilities available to the user while debugging a source file in Eclipse?

  1. Only inspecting the code.

  2. Watching the values of variables and expressions.

  3. Step by step debugging.

  4. All of the above


Correct Option: D
  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


Correct Option: A
  1. It defines MyEclipse-specific information such as the location of the web-root folder and other important details required by MyEclipse web tools for their proper operation.

  2. It is an optional file and may contain some project related information.

  3. It is an empty folder to cache information.

  4. None of these


Correct Option: A

The optional .myeclipse folder in an Web Application in MyEclipse can be used for

  1. As transient work area for storing temporary data such as compiled JSPs.

  2. It must contain the web.xml file

  3. It contains deployment specific details

  4. All of the above


Correct Option: A

What are all the advantages(s) of using an IDE over manual coding without using them?

  1. Reduced development time

  2. Enforce project or company standards using templates

  3. The IDE Learning curve/coding time will out run the manual coding time in a big/complex project.

  4. All of the above.


Correct Option: D