Jump To Content

LearnHub



What's new in the Java world? (Discussion)

wmoxam saidWed, 13 Feb 2008 19:45:41 -0000 ( Link )

It’s been quite a long time since I have written anything in Java (2002 … and that was an applet, yuck!). What’s new in the Java world that is rocking everyone’s socks?

Actions
Vote
Current Rating
0
Rate Up
Rate Down
No Votes
  1. severoon saidTue, 01 Apr 2008 07:05:06 -0000 ( Link )

    Well, the biggest news since you’ve written in Java is probably the language features introduced in Java 5. There were several enhancement features, ranging from the awesome (generics—think C++ templates) to the nice-to-have (for-each loop syntax) to the ghastly (varargs, ugh).

    The standard libraries have been built out in too many ways to count. Notable changes in the last 5 or so years might include the new I/O stuff (basically, a form of direct memory access for manipulating large amounts of data) and much-needed enhancements to thread management (read- and write-locking) and garbage collection (different kinds of references that don’t necessarily guarantee the referent will be preserved by the next gc pass).

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

Your Response
Textile is Enabled (View Reference)