Tag: programming languages

Questions Related to programming languages

  1. Single Inheritence

  2. Double Inheritence

  3. Multiple Inheritence

  4. Class Inheritence


Correct Option: A
  1. Windows

  2. Unix

  3. Solaris

  4. All of the above


Correct Option: D
  1. The element will be successfully added

  2. ArrayIndexOutOfBounds Exception

  3. The Vector allocates space to accommodate up to 15 elements

  4. None of the above


Correct Option: A,C
  1. Stateless session beans doesn’t preserve any state across method calls

  2. Stateful session beans can be accesses by multiple users at the same time

  3. None of the above

  4. Allof the above


Correct Option: A
  1. Home Interface

  2. Remote Interface

  3. Bean Class

  4. All of the above


Correct Option: D
  1. the new method should return int

  2. the new method can return any type of values

  3. the argument list of new method should exactly match that of overriden method

  4. the return type of new method should exactly match that of overriden method


Correct Option: C,D