Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the preferred size of a component in java programming?

0 Answers  


Explain about vector, dictionary,hash table, property classes?

1 Answers   Patni,


Explain the difference between a Thread and a Process.

0 Answers   Ciena,


What do you mean by an interface in java?

0 Answers  


What is final keyword?

0 Answers  


How big is a pointer?

0 Answers  


What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 Answers  


What’s the difference between constructors and other methods?

0 Answers  


Why string is popular hashmap key in java?

1 Answers  


What are conditionals and its types?

0 Answers  


what is real-time example of runtime polymorphism and compile time polymorphism

4 Answers   SLK Group,


What are class types in java?

0 Answers  


Categories