Tag: platforms and products

Questions Related to platforms and products

  1. Editors

  2. Project Creation Wizards

  3. Validators

  4. Application Server domain creation wizard


Correct Option: D

Eclipse can be used for developing

  1. Standalone applications

  2. Distributed applications

  3. All of the above

  4. None of these


Correct Option: C

Which of the following entries in the Project properties window allow the user to add libraries to the classpath of a particular project?

  1. Builder

  2. Java Build Path

  3. Java Doc Location

  4. None of these


Correct Option: B
  1. Formatting the code

  2. Adding Import

  3. Organizing imports

  4. All of the above


Correct Option: D
  1. A new IDE competing with Eclipse

  2. A set of plug-ins under Eclipse

  3. A java class file editor

  4. All of the above


Correct Option: B
  1. A public class which contains a main method with proper signature (Arguments, return types etc).

  2. We can run any classes

  3. Only those classes which have public no argument constructors.

  4. None of these


Correct Option: A
  1. Right click on the class and select ‘Run as > Java Application’

  2. Right click on the class and select ‘Run’

  3. It is not possible in Eclipse.

  4. All of the above


Correct Option: B
  1. MyEclipse uses Eclipse beneath the hood.

  2. MyEclipse operates independently (Without the help of Eclipse)

  3. MyEclipse is intended only for distributed application development

  4. None of these


Correct Option: A