Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by nested loop?
How to sort list of list in java?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
Which is bigger double or float?
Which class is extended by all other classes?
Is java 11 paid version?
Explain OOPs concept.
How garbage collection is done in java?
What is the difference between Resultset and Rowset.
How does queue work in java?
what are the purposes of native, transiant key words?
How to do validation of the fields in any project ?