Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the purpose of finalization?
What is the purpose of finalization?
✍: Guest
The purpose of finalization is to give an unreachable object the opportunity to perform any cleanup processing before the object is garbage collected.
2012-10-17, 2307👍, 0💬
Popular Posts:
What is the version information in XML? “version” tag shows which version of XML is used.
When should the method invokeLater() be used? This method is used to ensure that Swing components ar...
How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques t...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
What's the output of the following program? And why? #include main() { typedef union { int a; char b...