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 the purpose of the system class in java programming?
explain what is transient variable in java?
What is the use of parseint in java?
What is a string what operation can be performed out with the help of a string?
Can we use different return types for methods when overridden?
What are different data structures in java?
What is void class in java?
Can we extend singleton class?
How do you print array in java?
Explain the hierarchy of java exception classes?
Is array size fixed in java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
How do you sort a set in java?
What are different types of classloaders?
Write code to implement bubble sort in java?