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
Can It is possible to synchronize the constructor of a Java Class?
What does index mean in java?
How does compareto method work?
Can we have more than one package statement in the source file?
What is the benefit of using enum to declare a constant?
What is the difference between jfc & wfc?
What is unicode in java?
How many bits is a double?
Is there a jre for java 11?
Can I override protected method in java?
In java, how many ways you can take input from the console?
What is the difference between the size and capacity of a vector?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is difference between variable declaration and definition?
How do you check if a number is a perfect square?