What is Marker interface in java? and what is clone?
Answer Posted / gaurav j
How can you serialize an object. The execution must be finished so that results can be serialized. But if execution is finished so will be data. Marking an object will tell jvm to hold data for specified operation and then mark it for garbage collection, just my thought. Please verify.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the limitations of procedural programming approach?
What is lazy programming?
Can we have return statement in finally clause? What will happen?
What does it mean that a class or member is final?
List implementations of list interface?
What is assembly used for?
What is variable in java?
Explain creating threads by implementing runnable class?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is Enum in Java?
What is thread safe java?
What is user defined exception in Java?
What is Java Annotations?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What are thread priorities and importance of thread priorities in java?