Answer:
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.