How many methods does cloneable interface contains?

Answers were Sorted based on User's Feedback



How many methods does cloneable interface contains?..

Answer / janet

It is not having any method because it is a TAGGED OR
MARKER interface.

Is This Answer Correct ?    13 Yes 2 No

How many methods does cloneable interface contains?..

Answer / ravikiran(aptech mumbai)

no methods

Is This Answer Correct ?    8 Yes 2 No

How many methods does cloneable interface contains?..

Answer / dhinesz

What about clone() method?. Whether it is defined by
Cloneable Interface?Please clarify this as marker interface
means doesn't have any methods right?

Is This Answer Correct ?    1 Yes 1 No

How many methods does cloneable interface contains?..

Answer / krunal

A top-level class may be public, abstract, or final.

Is This Answer Correct ?    1 Yes 1 No

How many methods does cloneable interface contains?..

Answer / mahesh

There is no methods in Clonable Interface.

Is This Answer Correct ?    0 Yes 0 No

How many methods does cloneable interface contains?..

Answer / ram

@Dhinesz :

First of all, a marker interface is an interface by implementing that interface the class will get special behaviour. And it doesn't mean that, marker interface always not have any methods. Ex: Runnable interface is a marker interface and it has run().

Clone() method is a part of Object class, and if you implement cloneable interface for your class, it will force you to override the clone().

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

why interfaces are faster than abstract classes?

4 Answers  


What are teh sub-classes of a component class?

2 Answers  


how would you implement a thread pool? : Java thread

0 Answers  


What is meant by data hiding/encapsulation?

0 Answers   Cyient,


Why do we need singleton?

0 Answers  






What is return data type?

0 Answers  


Differentiate between postfix and prefix operators in java.

0 Answers   HCL,


What is variable in java?

0 Answers  


How large is a boolean?

0 Answers  


Write a function to find out longest palindrome in a given string?

0 Answers  


What are features of java?

0 Answers  


How to sort a collection of custom Objects in Java?

0 Answers  


Categories