Tag: technology

Questions Related to technology

  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