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
What is type inference in java8?
What is abstraction in java?
How to change value in arraylist java?
How can we pass argument to a function by reference instead of pass by value?
What is the latest java version?
Is there any difference between synchronized methods and synchronized statements?
Explain public static void main(string args[]).
explain autoboxing in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is composition in java?
Define nashorn in java8.
What is the impact of declaring a method as final?
What is split return?
What are the different types of data structures in java?
What is the difference between integer parseint and integer valueof?