What is Marker interface in java? and what is clone?
Answer Posted / tamilvendan
Marker interface is nothing but it do not have any method
but it will hold the information
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
Is multiple inheritance supported by java?
What will happen if static modifier is removed from the signature of the main method?
What is boolean query?
What is the difference between static class and normal class?
What is collection class in java?
How many bits is size_t?
What are predicates in java 8?
What are mutable classes?
Is null a string in java?
What’s the difference between the methods sleep() and wait()?
'A class is a template for an object' explain this statement.
What are the different types of methodologies?
How to perform selection sort in java?
Is ++ operator is thread safe in java?
Can a main method be overloaded?