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 the difference between stringbuffer and stringbuilder?
What is the output of the below java program?
Is set thread safe java?
What are the characteristics of java?
Do I need to import java.lang package any time? Why?
Can we define a package statement after the import statement in java?
Explain garbage collection in java?
What are the advantages of java over C++?
What is the functionability stubs and skeletons?
Is singleton class thread safe?
What are the two main uses of volatile in Java?
Define an abstract class with reference to java.
Is there a way to increase the size of an array after its declaration?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is meant by interface?