If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
No Answer is Posted For this Question
Be the First to Post Answer
How do you format in java?
What are user defined exceptions?
What are drawbacks of singleton class?
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
Can you override static method in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
How we create object in copy constructor?
what is the replacement method of stop() of thread
What is bytecode in java ?
difference between byte stream class and character stream class?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Java support call by reference (pass by reference) ?