How to re-get an object that is collected by garbage
collector?
Answer / ravikiran(aptech mumbai)
once the object get garbage collected it's no longer
available.so before garbage collected inside the finalize()
method make the object serialze and save it into an output
stream
| Is This Answer Correct ? | 3 Yes | 2 No |
wat is class level lock and object level lock
What is the meaning of flag day?
What is string literal in java?
What is AppletStub?
Why non nested classes in java are not having marked as protected access specifier
What is the covariant return type?
What classes of exceptions, thrown by a throw statement?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
What are "methods" and "fields"?
What is the difference between yield() and sleep()?
Which class is the superclass of all classes?