/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author onder
*/
public class MainTest {
public static void main(String[] args) throws Throwable{
FinalizeTest test=new FinalizeTest();
System.gc();
System.runFinalization();
}
}
Dosyayı İndir