Slashdot Mirror


User: aaronlauinger

aaronlauinger's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Garbage Collection and Java NIO on Java 1.4.2 Released · · Score: 1

    yes being able to explicitly destroy on object would be nice.

    but in the mean time do you really want to use finalizers to close your sockets anyways? It might be a crutch but its basically equivalent to not closing them at all.