C and C++ has constructors and distructors, why does Java
does not have distructors?
Because java has automatic garbage collection feature and java
does not let you illegally or accidentally release memory
occupied by an object.
| Is This Answer Correct ? | 7 Yes | 1 No |
What are the escape sequences in java?
Which eclipse is best for java?
What is a stack class in java ?
0 Answers Akamai Technologies,
Is array dynamic in java?
What is the difference between class forname and new?
Can java list be null?
what is the diffrence between class and object?
What are features of java?
What is basic concept of static in java ?
How does regex work?
Write a program in java to create a doubly linked list containing n nodes.
Explain how to force the garbage collection in java.