:: Home     :: Add Questions
Register   |   Login
 

Question :: What is a destructor?

Post Answer

Tags

Answers to ""

 

Destructor is an operation that frees the state of an object and/or destroys the object itself. In Java, there is no concept of destructors. Its taken care by the JVM.

Related Questions

 
 
Copyright 2007, Megasolutions Ltd