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
What is a layout manager and what are different types of layout managers available in java awt?
What is application tier?
What is incompatible types in java?
How can you handle java exceptions?
can used Protected Class outside Function.?
What is a wrapper method?
What must a class do to implement an interface in java programming?
java program with complete 4 oops concepts implemented example
What is overloading and overriding in java?
Can a variable be local and static at the same time?
Does importing a package imports its sub-packages as well in java?
What is hashtable and explain features of hashtable?
What is bool mean?
what is the difference between future and callable interface in java?
Can I extend singleton class in java?