What I love in Java is not having to care about memory, and also being
always sure my exceptions are handled. This doesn't mean I should
give-up on
some great tools I have in C++.
I think you definitely have to think about memory in Java
otherwise you'll get Out of memory exception
and you have to help to the GC if your application
needs memory
there are many classes that require explicit freeing memory
and Graphics is one of them
so don't forget about memory :-)
Dmitry Markman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden