Objects or references which of them gets garbage collected?
No Answer is Posted For this Question
Be the First to Post Answer
What is the argument in java?
How to reverse string in java?
How do you represent a space in regex java?
What is update method and when it is called?
different between exception and error? explaim check and uncheck exception
Can we force the garbage collection to run?
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?
What is a ternary operator in java?
Infinite loop using while ?
what is the use of thread?Justify it by project point of view
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
what do you mean by classloader?