What is Marker interface in java? and what is clone?
Answer Posted / abirami
marker interface is a class in garbage collection and clone
is the bit wise copy of an object
| Is This Answer Correct ? | 9 Yes | 63 No |
Post New Answer View All Answers
Write a program to search a number in the given list of numbers.
How java is similar to c?
What is the default size of load factor in hashing based collection?
What is maximum size of arraylist in java?
What is a method in java?
What comes to mind when someone mentions a shallow copy in java?
What is the use of System class?
What is use of set in java?
What are void methods?
What is the basic concepts of OOPS?
How do you convert bytes to character in java?
Can we convert integer to string in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is member in java?
What is final class?