What are the names of interfaces that doesn't consists of
method/s ?
Answer Posted / priyavarzhni
Cloneable interface
Serializable interface
these are called marker interface.
Interface without any method is called Marker or Null
Interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is main a function?
What is the difference between double and float variables in java?
How do you convert an int to a string in java?
Is arraylist dynamic in java?
What are memory tables?
What is formatted output?
explain the concept of virtual method invocation in polymorphism in detail?
Why string is a class?
How can we create an immutable class in java?
What is the method to expand and collapse nodes in a jtree?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
How do you end a program?
How to change value in arraylist java?
What is stack class in java?
do I need to use synchronized on setvalue(int)? : Java thread