Static import | ||||||||||||
In Java 5 you can import static fields using the import static keywords. | ||||||||||||
Before Java 5, to use a static final field in the Calendar class, you must first import the Calendar class. | ||||||||||||
| ||||||||||||
Then, you can use it by using the notation className.staticField. | ||||||||||||
| ||||||||||||
In Java 5, you can do | ||||||||||||
|
Friday, December 16, 2011
Class Definition » Static Import
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment