What is Marker interface in java? and what is clone?
Answer Posted / srinivas
the interface doesn't have any methods called marker interface
But due to implement that interface the object contain some capability.
EX: Clonable
Cloning means we can create exatly duplicate object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to obtain a performance profile of java program
What is getclass () getname () in java?
Can an interface implement another interface?
How to split arraylist elements in java?
What are the advantages of java inner classes?
What is public static void main?
What do you mean by inner class in java?
Explain the difference between association, aggregation and inheritance relationships.
What is a boolean output?
What is the main difference between java platform and other platforms?
Can long be null in java?
Does every java program need a main?
what is the major difference between linkedlist and arraylist in java?
define the terminology association.
Is there any limitation of using inheritance?