Answer Posted / devil
As in Java its happen automatically, but if you want to do
this force fully you can do this by the use of
keyword "finalize".
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is a parameter used for?
What does split function do in java?
What is "this" keyword in java? Explain
What do you understand by synchronization?
What is the super void?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
what is the difference between Object Based Language and Object Oriented Language?
Can you inherit from an abstract class java?
What state does a thread enter when it terminates its processing in java programming?
how to write a server program and sending the mails to the server using smtp protocol please help me
If a method is declared as protected, where may the method be accessed in java programming?
Explain about fail safe iterators in java?
Explain public static void main(string args[]) in java.
What does nextint () do in java?
Can you override a final method?