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
What is function and method in java?
How do you print array in java?
What is abstraction in java?
What is meant by anonymous class?
What is a string token?
Is java owned by oracle?
What causes memory leaks in java?
How many decimal digits is 64 bit?
What are the advantages of packages in java?
Why spring singleton is not thread safe?
What is difference between arraylist and list in java?
Can we serialize arraylist in java?
Is this valid in java ? Can we instantiate interface in java?
What is the use of static methods?
Is string thread safe in java?