what is marker interface ? what is the necessity of it?
Answer Posted / ganesh reddy
markble interface does not contains any methods,but
implementing of these interfaces will be recognise by Jvm
then it will decide that "this class is going do
something".for example for cloneable interface implements
by some class x which consists of a,b variable ,But I need
to interchange instance variables a to b and b to a (pass
by value)of class x and i want again the same values for a
and b.At this situations we can implement cloneable
interface.Like this markble interface are very useful as my
knowledge........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the disadvantage of synchronization?
How to sort a collection of custom Objects in Java?
Define "Access specifiers" in java.
What is passing by reference in java?
Which is bigger double or float?
How do you print array in java?
explain different ways of using thread? : Java thread
Give the hierarchy of inputstream and outputstream classes.
Which list does not allow duplicates in java?
What is temp in java?
Is java 1.7 the same as java 7?
Which is faster string or stringbuilder?
What is the difference between the font and fontmetrics classes in java programming?
Does list allow duplicates in java?
What is the advantage of preparedstatement over statement?