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 Java Annotations?
What is overriding in java?
What is substring in java?
What is nested interface?
What are different access specifiers in java? Explain
What does null mean in java?
What do u mean by variable?
What are the difference between string, string builder, and string buffer in java?
Does unicode support all languages?
How do you convert int to char in java?
What is array size in java?
What happens when main () method is declared as private?
What are the advantages of java inner classes?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
How do you calculate square roots?