Tag: programming languages

Questions Related to programming languages

Automatic conversion between the primitives and the object wrapper class is called

  1. Autounboxing

  2. Autoboxing

  3. polymorphism

  4. encapsulation


Correct Option: B
  1. RuntimeException

  2. Error

  3. VirtualMachineError

  4. IllegalAccessException


Correct Option: B
  1. Java programming is derived from C++.

  2. The Java Virtual Machine1(JVM) interprets the program for the native operating system.

  3. The compiler is identical to a C++ compiler.

  4. The APIs do all the work.


Correct Option: B
  1. 0 - 65, 535

  2. (-128) - 127

  3. (-32,768) - 32,767

  4. (-256) - 255


Correct Option: B