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
  1. Standalone applications

  2. Distributed applications

  3. All of the above

  4. None of these


Correct Option: C
  1. Formatting the code

  2. Adding Import

  3. Organizing imports

  4. All of the above


Correct Option: D

Which of the following is not a Perspective in Eclipse

  1. Java Browsing

  2. Java EE

  3. Debug

  4. Java Editor


Correct Option: D

MyEclipse is

  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

In the package Explorer, which of the following classes we can run directly?

  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

We have a public class with a proper main method. Which of the following options helps us in supplying the runtime arguments?

  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

What is the mandatory special project member MyEclipse includes in the directory structure while creating a Web Application?

  1. .mymetadata file

  2. .myeclipse folder

  3. an ejb-jar.xml file

  4. An application.xml


Correct Option: A