what is use of marker interface? give me good example?
Answer Posted / devendra.m
Marker interface is a interface,in which that,it doesn't
have any methods...just which is giving mark to the run time
environment.
clonable,serializable,singleThreadModel are marker interfaces.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to make a non daemon thread as daemon?
What is object in java?
What are the types of web technologies?
What is java basic concept?
Is Constructor possible in abstract class in java ?
Can arraylist contain null values?
Can It is possible to synchronize the constructor of a Java Class?
What is the maximum size of arraylist in java?
Explain the difference between intermediate and terminal operations in java8?
What is synchronization and why is it important in java programming?
What is number data type?
Is java a compiler?
Why do we need wrapper classes?
Can you explain the cs option of java interpreter?
Why Java is not pure Object Oriented language?