What is Marker interface in java? and what is clone?
Answer Posted / samir
Marker interface is interface which doesn't have nay method
but still holds information..
Ex: Clonable
| Is This Answer Correct ? | 44 Yes | 12 No |
Post New Answer View All Answers
Is the empty set a singleton?
How do you stop a thread in java?
What is enhanced loop in java?
What is a generic code?
Can we declare an array without size in java?
How do you initialize an arraylist in java?
What is the purpose of static methods and variables?
What is java util hashmap?
what is static import in java? Explain
What is double checked locking in singleton?
How do you start a new line in java?
Which class contains a method: cloneable or object?
What is difference between variable declaration and definition?
Is vector thread safe in java?
Can you change array size in java?