Answer Posted / mamitha
In Java, Based on OOPS concepts,By default garbage collection ll happens. The main disadvantage in C & C++ is garbage values. So, its removed in Java
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the function of character?
How many arguments can be passed to main ()?
How do you check if an arraylist is not empty?
Why we use set in java?
what is meant by HQL?
What is the default value of float and double datatype in java?
What is the difference between replace and replace all?
What is keyword in oop?
Which variables are stored in heap?
How can we break singleton in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is a Presistent Object?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
How to use string tokenizer class.