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
In java, how we can disallow serialization of variables?
What is the maximum size of a string in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Can we declare the main method of our class as private?
What is 16 bits called?
what is collatration?
Enlist diffrent types of inheritance supported by java?
What things should be kept in mind while creating your own exceptions in java?
What is java english?
What do you mean by checked exceptions?
What is the purpose of a parameter?
What is finalize()? Is finalize() similar to a destructor?
What is an interface in java? Explain
How do you use compareto method?
What does next mean in java?