| Article: |
What I Hate About Your Programming Language | |
| Subject: | Java: one thing I dislike about it | |
| Date: | 2003-05-14 04:33:03 | |
| From: | anonymous2 | |
|
Response to: Java: one thing I dislike about it
|
||
| http://java.sun.com/j2se/1.3/docs/api/java/lang/System.html#gc() | ||
Showing messages 1 through 3 of 3.
-
Java: one thing I dislike about it
2003-05-14 05:46:19 anonymous2 [View]
Running the garbage collector is not the same as deallocating an object -
Java: one thing I dislike about it
2003-05-14 07:33:18 anonymous2 [View]
aLeftoverObject = null;
System.gc();
-
Java: one thing I dislike about it
2003-05-14 05:29:39 anonymous2 [View]
what do you think then about .close() method?
That is garbage collection!


