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
What does string intern() method do?
What is the purpose of finalization in java programming?
How is hashset defined in java?
What is singleton math?
What does a boolean method return?
What is java literals?
What is array and arraylist in java?
Why we use protected in java?
What are classloaders?
Can each java object keep track of all the threads that want to exclusively access it?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is early binding and late binding in java?
Can we use both this () and super () in a constructor?
how does multithreading take place on a computer with a single cpu? : Java thread
What is the final keyword?