Thursday, July 21, 2005

Package Scoping

Scopes are one of the first things we learn as Java developers. Public, private and even protected scopes are easy enough to grok, but package-private scope alludes many Java newbies.
Very interesting blog on package scoping. You should also read the comments, especially erikprice's comment is very interesting!

No comments: