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 a compilation unit?
What are runtime exceptions?
Why local variables are stored in stack?
i need income tax program using java inheritance concept. could u please help me?
What are legal modifiers that we can use to declare an inner class?
Difference difference paint() and paintcomponent()?
What is abstract class constructor called?
Can I learn java without any programming experience?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
What is the main function in java?
Explain about anonymous inner classes in java?
Which container method is used to cause a container to be laid out and redisplayed in java programming?