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 purpose do the keywords final, finally, and finalize fulfill?
What is namespace in java?
What is palindrome in java?
Does java support multiple inheritances?
Explain about global variables in Java?
What is append function?
what is object deep copy and shallow copy and why it is required?
What is get () in java?
List java api that supports threads?
i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.
What is the main advantage of passing argument by reference?
Can we create more than one object singleton class?