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
Write java program to reverse string without using api?
Differentiate between == and equals().
What is high level language in computer?
What is a databasemetadata?
What is meant by anonymous class?
What is java lang object?
Do I need java for windows 10?
What about anonymous inner classes in java?
What is a dynamic array in java?
Is 0 true or false?
Are global variables initialized to zero?
Write a code to create a trigger to call a stored procedure
What is the use of System class?
Why multiple inheritance is not supported by java?
Can we clone singleton object?