what is marker interface ? what is the necessity of it?
Answer Posted / sandeep
An interface that contains no methods. Eg: Serializable,
Cloneable, SingleThreadModel etc. It is used to just mark
java classes that support certain capability.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
How will you communicate between two applets?
How many bytes are a float?
How can I right-justify a string?
What is codebase?
What is thread safe java?
How to sort an array from smallest to largest java?
What is the difference between a vector & an array list?
What is the maximum length of a url?
How can we make a class virtual?
if u open login & logout ,how can udisplay the timelogin & logout members ?
Explain about fail safe iterators in java?
What do you mean by an interface in java?
What is serialization in java?
What best practices should you follow while writing multithreaded code in java?
Why 1 is not a prime number?