What is Marker interface in java? and what is clone?
Answer Posted / medha
marker interface is interface with no methods.marker
interfaces:
serializable,clonable,SingleThreadModel,EventListener
marker interfaces are called in order to add some
functionality to the calling classes.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How many types of parsers are there?
when to use ArrayList and when to use HashMap in webApplication.
What are three advantages of using functions?
What does a void function return?
How does singleton class work?
Is double bigger than float?
Differentiate between overriding and overloading cases?
How do you square a number?
Explain hashset and its features?
What does three dots mean in java?
How we can run a jar file through command prompt in java?
What is the new line character?
What is the purpose of static keyword in java?
Difference between this() and super() in java ?
What is the difference between the ">>" and " >>>" operators in java?