Answer Posted / ramanareddy333
cloneable interface is a marked interface or tagged
interface
that means cloneable interface having no methods but it
can hold the information.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Can long be null in java?
Is there a case when finally will not execute?
Tell me a few examples of final classes defined in Java API?
Does java map allow duplicates?
What is codebase?
What are access specifiers available in java?
What is locale in java?
What is functional interface in java?
Explain list interface?
What is the inheritance?
What are autoboxing and unboxing? When does it occur?
What is a static class in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What are static blocks and static initalizers in java ?
What if static is removed from main method?