Ahh, good old C++.

Yes, destructors are useless in Java because in Java you don't need to explicitly tell the computer you're done with a bit of memory when it goes out of scope. Java's Garbage...