How Marker Interfaces are instruct to complete the desired
need ?
Answers were Sorted based on User's Feedback
Answer / sreedhar
marker interface is there no content of that,Marker
interfaces are Serializable, Clonable, SingleThreadModel,
Event listener. Marker Interfaces are implemented by the
classes or their super classes in order to add some
functionality.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ranjan
A Interface that have no member is known as marker or Tagged
interface.They are used to providde some essential
information to JVM sothat jvm may perform some useful operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of character?
What are the uses of java?
What is hashing in java?
What is an enumeration?
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
what is aggregation in java?
What modifiers are used with an inner class which is a member of an outerclass?
What is the difference between interpreter and compiling ?
Is int primitive data type?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Can we catch more than one exception in single catch block?
Why Java doesn’t support multiple inheritance?