theclapp

Search theclapp.blog-city.com

 

Chapter 4, ex 11, Java only

posted Wednesday, 15-Jan-2003
08:39 -- Starting 4.11, Java version
08:46 -- done
---
// ch04_ex11.java
// I ran this code, and saw no message. Obviously gc didn't run.

class ch04_ex11 {
int i;

public void finalize() {
System.out.println( "Finalizing object." );
}

public static void main(String[] args) {
ch04_ex11 obj = new ch04_ex11();
}
}
---

As for the Lisp version, I think neither I nor you would learn anything from it.

links: digg this    del.icio.us    technorati    reddit