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 a program that list all permutations of ABCDEF in which A appears before B?
What is a parameter in matrices?
What is style and indentation?
What is a static class in java?
How can you set the applet size?
What is string builder in java?
What is Applet Stub Interface ?
What are singleton services?
When should you use arraylist and when should you use linkedlist?
Can a static class have a constructor?
Is it possible to override the main method?
What is meant by null and void?
can I implement my own start() method? : Java thread
State the main difference between c++ and java?
What is empty list in java?