What is Marker interface in java? and what is clone?
Answer Posted / medha
marker interface is interface with no methods.marker
interfaces:
serializable,clonable,SingleThreadModel,EventListener
marker interfaces are called in order to add some
functionality to the calling classes.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is a substitution variable?
What is jvm? Why is java called the platform independent programming language?
Explain working of call by reference function invoking.
What is hash code collision?
Which is better arraylist or vector?
What is meant by overloading?
What does g mean in regex?
Is an array a vector?
Explain the difference between protected and default access.
What access modifiers can be used for class ?
What is float in java?
What is variable declaration and definition?
What is unsigned char?
a thread is runnable, how does that work? : Java thread
Does list allow duplicates in java?