I've was just digging through the Java API docs and found my way to the description of the latest language enhancements. The changes to the language in JDK 5 (nee 1.5) are seriously cool. The descriptions of the new features and constructs read like a who's-who of modern language features:
- typed-checked generics
- a useful for loop
- static imports
- useful enums
- annotations.
I can't help but wonder how long it will take these features to filter into programming and software engineering courses.
No comments:
Post a Comment