• A Object cloning is the process of creating an exact copy of an object.
  • B Object cloning is the process of creating a new object using a copy constructor.
  • C Object cloning is the process of creating a new object with the same reference as the original object.
  • D Object cloning is not supported in Java.
  • Share this MCQ