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 is object oriented?
Is arraylist sorted in java?
What is the difference between reader/writer and inputstream/output stream?
Is oracle charging for java?
How many types of threads are there in java?
What are voids?
What is e in java?
Where to store local variables?
How we can declare a static variable?
Do I need java on my computer?
What modifiers are allowed for methods in an interface?
Why string is immutable with example?
Can a class have multiple subclasses?
What is java developer skills?
Explain the concept of hashtables?