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 is tree Mirroring implemented?
What is the purpose of using break in each case of switch statement?
What are different types of states exist for a thread?
What is initial size of arraylist in java?
Explain purpose of sleep() method in java?
State the difference between creating string as new () and literal.
Which collection is best for sorting in java?
What is the difference between an if statement and a switch statement?
What do you mean by an interface in java?
What is size () in java?
Do we need to manually write Copy Constructor?
What is java and their uses?
How are the elements of a gridbaglayout organized?
Explain the Propertie sof class?
What is the significance of java packages?