Answer Posted / rakesh
finalize() is used to release other resources
held by your object (such as database connections or
file handles)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How does multithreading take place on a computer with a single cpu?
What's the purpose of static methods and static variables?
How do you get length in java?
Is minecraft 1.15 out?
What is an accessor?
What is garbage collection? What is the process that is responsible for doing that in java?
What is anti pattern in cyber security?
How do you replace a string in java?
How can we find the sum of two linked lists using stack in java?
Can we clone singleton object in java?
What is the maximum size of a string in java?
What are different types of classloaders?
What is Applet Stub Interface ?
What is the inheritance?
Can you call a method in a method?