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 |
Define inheritance?
What is meant by distributed application? Why are we using that in our application?
Can we clone singleton object in java?
Can we clone singleton object?
What are the advantages of inner classes?
What are extraneous variables examples?
What is command line argument in java?
what is the difference between a java object reference and c++ pointer?
What is finalize()? Is finalize() similar to a destructor?
What are the Static and Dynamic Variables? Differentiate them.
What is an 8 bit word?
How is treeset implemented in java?