What is the USE of Null interfaces ??...if thers nothing
inside these interfaces how are they used and WHy are they
used ???? No 1 has given a proper description yet
Answer / v.raju
The Null interfaces are called as Marker interfaces or
tagged interfaces they doesnt contain any code , they will
just declared to give some information about the class,
For example Serializable is a marker interface , it states
that the class can be serializable
cheers,
varahala raju
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a loop java?
What are scriptlets?
Why is the main method static?
How do you sort a string in alphabetical order in java?
What is parsing a string?
What are thread safe functions?
What is package private scope in java?
What are the 4 types of research methods?
What happens if main method is not static?
Does constructor be static?
what is the full form of java
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?