Ask Question
4 July, 17:53

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. 4 July, 18:11
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers