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
How objects of a class are created if no constructor is defined in the class?
Is null == null in java?
When to use runnable interface vs thread class in java?
Can static methods access instance variables in java?
List some important features of java 10 release?
What is the difference between break and continue statements?
What is java and its types?
Differentiate between run time error and syntax error.
Is 0 an even number?
Can java program run without jre?
Detail discussions on JVM, memory management and garbage collector.
Difference between string s= new string (); and string s = "abv";?
What is abstract class? Explain
Why heap memory is called heap?
Can a singleton class be inherited?