Is this a joke... i guess it is.
The cleanup event runs garbage collector when you shouldn't force. As the JVM handles memory by itself.
And why the hell would you run the garbage collector twice, unnecessary load + your just copy and pasting without knowing what you're doing.Code:System.gc(); System.runFinalization(); System.gc(); System.out.println("System resources cleaned");




Ryley



