What is Marker interface in java? and what is clone?
Answer Posted / unknown
marker interface is tagged interface with no methods inside
it.clone means copy of an object
| Is This Answer Correct ? | 47 Yes | 12 No |
Post New Answer View All Answers
What are features of java?
What is the longest unicode character?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is %d in printf?
Explain serialization and deserialization in java?
Explain the significance of listiterator.
Does java set allow duplicates?
Why is string class considered immutable?
What is garbage collection? What is the process that is responsible for doing that in java?
How many arguments can a method have java?
What is linked hashset and its features?
What is the purpose of the System class?
Write a java program to print fibonacci series?
What are the advantages of exception handling in java?
What is an array length?