How many methods does cloneable interface contains?
Answer Posted / ravikiran(aptech mumbai)
no methods
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is Enum in Java?
extending thread class or implementing runnable interface. Which is better? : Java thread
How can a gui component handle its own events in java programming?
Can two objects have same hashcode?
Which class contains a method: cloneable or object?
What is toarray method in java?
In java, what is the difference between method overloading and method overriding?
What does java final mean?
What are multiple inheritances? Is it supported by java?
What is the difference between checked exception and unchecked exception?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Can java arraylist hold different types?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
How variables are declared?
Is 64bit faster than 32 bit?