What are null interfaces? Give some examples?
Answers were Sorted based on User's Feedback
Answer / debapriya patra
Null interfaces in java means "marker interfaces".Interface
which does not contain any variables and methods are called
marker interfaces.
Example:
serialize,cloneable etc...
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ravikiran
Null interface are the interfaces with out methods.Known as
marker interfaces.
serializable
externalizable
cloneable
| Is This Answer Correct ? | 7 Yes | 2 No |
Why java doesn’t support multiple inheritances?
What is a generic data type?
What are types of Java applications?
Explain try and catch keywords in java?
What occurs when an object is constructed?
How to Create A Wapper Class in core Java and Why are Use in java?
Does sprintf add a null terminator?
What is string array?
How the elements are organized in BorderLayout?
What are loops in java? What are three types of loops?
What is difference in between java class and bean?
How do you make a thread in java?