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 |
Why char array is preferred over string for storing password?
whats is inheritance?
15 Answers CTS, HCL,
How do you reverse a string in java without using string buffer?
Explain parallel processing in java8?
How many classes can any class inherit java?
What is the differences between heap and stack memory in java? Explain
If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
What is the difference between set and list?
What is meant by nested loop?
What is the difference between class forname and new?
How can you sort dates?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?