Answer Posted / 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 |
Post New Answer View All Answers
Give any two differences between C++ and java.
What is static in java?
Write a factorial program using recursion in java?
What are the data types supported by java? What is autoboxing and unboxing?
Differentiate jar and war files?
Can constructor be inherited?
How do you classify Dialog Box?
What is array list in java?
What is a private class in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is a condition in java?
What is the difference between state-based unit testing and interaction-based unit testing?
Can we have any other return type than void for main method?
Which sort is best in java?
What is the common usage of serialization?