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 |
What is anagram word?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
What is package protected in java?
Can list contain null in java?
What are null interfaces in JAVA ? and give me some examples?
What is type casting?
Why is core java important?
Does java support multiple inheritances?
what is the difference between object and class
What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
Name the class that used to read objects directly from a stream?
How to do encapsulation in java?