News

Use Java's packages and static imports to organize top-level types and simplify access to their static members.
There is currently no way to import a whole Java package. Not a bad thing, considering it will create an ambiguous situation where you import two classes of the same name from different packages.
Ahh, my very first post in the Symposium -- here's hoping I can get the UBB code tags right! I'm new to the programming and Java thing so I've been working my way through Thinking in Java and so ...