Ask Question
15 May, 08:06

The Cloneable interface Select one: a. clones an object b. can only be used with mutable objects c. indicates if an object can be cloned d. indicates if an object has been cloned

+5
Answers (1)
  1. 15 May, 09:58
    0
    c. indicates if an object can be cloned

    Explanation:

    The Cloneable interface -

    This is usually used in the java. lang package.

    The option of clone (), is available in the object class.

    The class which uses Clone () method, makes sure that it is legal, in order to make a field-for-field copy of instances of that class.

    Hence, from the given information of the question,

    The correct answer is c.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The Cloneable interface Select one: a. clones an object b. can only be used with mutable objects c. indicates if an object can be cloned d. ...” in 📘 Social Studies if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers