Question Detail

Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping
Similar Questions :

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

  • boxing
  • wrapping
  • instantiation
  • autoboxing

2. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

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

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

4. 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

5. There is no default transaction attribute for an EJB

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