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 |
how to make hashmap object as synchronized object?
Can static methods be overridden?
Is singleton a bad practice?
What restrictions are placed on method overriding?
What does java stand for?
Which is the best sorting technique in java?
What is the difference between Stream Reader and Stream Writer?
What is the purpose of static methods and static variables?
What does three dots mean in java?
Explain different types of thread priorities ?
What is string in java is it a data type?
Print Vertical traversal of a Binary Tree.