Eclipse and MyEclipse IDE

Test your knowledge of Eclipse and MyEclipse Integrated Development Environment features, including perspectives, workspaces, debugging, and development tools.

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

Editors can be used

  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
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

What is the full form of IDE?

  1. Integrated development environment
  2. Integrated deployment environment
  3. In-house deployment Environment
  4. None of these
Question 8 Multiple Choice (Single Answer)

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.
Question 9 Multiple Choice (Single Answer)

Which of the following is not a Perspective in Eclipse

  1. Java Browsing
  2. Java EE
  3. Debug
  4. Java Editor
Question 10 Multiple Choice (Single Answer)

Hot-swap/update of source file in a deployed application is possible only in

  1. MyEclipse
  2. Eclipse
  3. Both
  4. None of these
Question 11 Multiple Choice (Single Answer)

Which of the following utility tool(s) is/are not supplied by Eclipse?

  1. Editors
  2. Project Creation Wizards
  3. Validators
  4. Application Server domain creation wizard
Question 12 Multiple Choice (Single Answer)

Eclipse can be used for developing

  1. Standalone applications
  2. Distributed applications
  3. All of the above
  4. None of these
Question 13 Multiple Choice (Single Answer)

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