Question Detail

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

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Similar Questions :

1. Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps

2. Which collection class associates values witch keys, and orders the keys according to their natural order

  • java.util.HashSet
  • java.util.LinkedList
  • java.util.TreeMap
  • java.util.SortedSet

3. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

4. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

5. Program which executes applet is known as

  • applet engine
  • virtual machine
  • JVM
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1