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, 2403👍, 0💬
Popular Posts:
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
Describe different elements in Static Chart diagrams ? Package: - It logically groups element of a U...
What does a well-written Object Oriented program look like? A well-written object oriented program e...
What is the difference between include directive & jsp:include action? Difference between includ...
What will be printed as the result of the operation below: main() { int x=20,y=35; x=y++ + x++; y= +...