How many methods does cloneable interface contains?
Answer Posted / 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 |
Post New Answer View All Answers
What is loop in java?
What is qms certification?
Can we override the static method?
Can Exception handling we can handle multiple catch blocks?
How we can make copy of a java object?
What is passed by reference and pass by value ?
What's a method in programming?
What is the size of an array?
What's the difference between comparison done by equals method and == operator?
What is percentage in java?
Why do we need wrapper class?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Can a final method be overloaded?
Is java jre still free?
What restrictions are placed on method overloading in java programming?