Question Detail

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

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Similar Questions :

1. Which of the following command is used to compile the Java program

  • java
  • javac
  • javap
  • none of these

2. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above

3. The inner class can access private members of the outer class

  • False
  • True

4. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

5. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130
Read more from - Java Objective Questions Answers -Chapter 1