Answer Posted / harika.thota001@gmail.com
Before an object is garbage collected, the runtime system calls its finalize() method. The intent is for finalize() to release system resources such as open files or open sockets before getting collected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is number data type?
List two java ide’s?
What is a constructor, constructor overloading in java?
How do you do exponents in java?
What does the “static” keyword mean? Can you override private or static method in java?
What is the locale class in java programming?
What is the functionability stubs and skeletons?
What are static variables and functions?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is the diffrence between inner class and nested class?
What do you understand by Header linked List?
What is size () in java?
Why we go for collections in java?
What are the characteristics of Final,Finally and Finalize keywords.
What happens if a constructor is declared private?