What is Marker interface in java? and what is clone?
Answer Posted / samir
Marker interface is interface which doesn't have nay method
but still holds information..
Ex: Clonable
| Is This Answer Correct ? | 44 Yes | 12 No |
Post New Answer View All Answers
Can we sort set in java?
What is the use of 'super' keyword inside a constructor?
What is the use of :: in java?
Is java util list serializable?
How many bits is a float?
Differences between external iteration and internal iteration?
What is variable declaration and definition?
How many functional interfaces does java 8 have?
What is the difference between @before and @beforeclass annotation?
What is getclass () getname () in java?
Why do we use regex?
What are the two basic ways in which classes that can be run as threads may be defined?
How to access arraylist elements in java?
What are the properties of thread?
What makes a function well defined?