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
Why java does not support pointers?
Explain the use of shift operator in java. Can you give some examples?
Give an example of use of pointers in java class.
What does localhost mean?
What do you understand by casting in java language?
What are the uses of java?
Why is java architectural neutral?
What is difference between static and abstract class?
What are exceptions
Can a singleton class be inherited?
What are serialization and deserialization?
Why is it important to initialize a variable?
why an outer class cannot be declared as private?
How is string immutable in java?
What is the difference between abstract class and interface1? What is an interface?