Question Detail

Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Similar Questions :

1. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above

2. Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method

3. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

4. Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing

5. All methods of interface are public and abstract

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1