What are the names of interfaces that doesn't consists of
method/s ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bullbull
How it is possible without the methods? How it works?
| Is This Answer Correct ? | 0 Yes | 1 No |
What is difference between iterator and enumeration in java?
Why 1 is not a prime number?
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
What is java util concurrentmodificationexception?
What is java in detail?
Explain role of constructor in a java application?
If set accepts only one argument then how can it compare two objects to avoid duplicates
What is a constructor overloading in java?
What method is used to compare two strings ?
How to re-get an object that is collected by garbage collector?
What are some alternatives to inheritance?
What do you mean by access modifier?