download Mastguru Android App

Question Detail

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

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Similar Questions :

1. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc

2. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above

3. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

4. Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

5. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment