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 |
Write java program to reverse string without using api?
Explain methods specific to list interface?
which one the better thread emplemented thread or extended ?
What is the difference between throw and throws keywords?
How the elements are organized in GridLayout?
What is the best way to findout the time/memory consuming process?
Can we have more than one package statement in the source file?
Java support call by reference (pass by reference) ?
Is 'sizeof' a keyword?
Does .length start 0 java?
What is an exception in java?
Can we increase array size dynamically in java?