Tag: programming languages

Questions Related to programming languages

  1. Can have only one constructor

  2. a.Cannot have a constructor

  3. Can have more than one constructor

  4. May or May not have constructors


Correct Option: B
  1. More than one Object

  2. No Objects

  3. Only One Objects.

  4. Two Objects.


Correct Option: C
  1. X is a method Signature and Y is a method Header

  2. Both X and Y is a method Header

  3. X is a method Header and Y is a method Signature

  4. Both X and Y is a method Signature


Correct Option: C
  1. Its non-static members

  2. Static members of the enclosing class

  3. Its Static members

  4. Non-Static members of the enclosing class


Correct Option: D
  1. Reading data through key board

  2. Using system properties and environment variables

  3. Running non-java programs from within a java application.

  4. All of the Above

  5. None of the Above


Correct Option: D
  1. They can be applied to both data & methods

  2. They must precede a class's data variables or methods

  3. They can follow a class's data variables or methods

  4. They can appear in any order

  5. They must be applied to data variables first and then to methods


Correct Option: A,B,D
  1. Public

  2. Private

  3. Abstract

  4. Final

  5. Protected


Correct Option: A,C,D
  1. Compile failure

  2. sucessfully compiled, but through exception in run time

  3. It runs sucessfuly and prints "without the main method"

  4. It runs sucessfuly, but No output.


Correct Option: C