public class Sookshmas{ public static void main(String...k) { String s=new String("Sookshmas"); s=null; System.gc(); System.out.println("End of main method"); } public void finalize() { System.out.println("finalize method called "); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login