Saturday, January 31, 2009

New features added to Java 5

Some of the new features that have been added to Java 5 are:
  1. Autoboxing
  2. Var-args
  3. printf Method (to make C programmers happy:))
  4. Scanners
  5. Static Imports
  6. Enumerated Types
  7. Generics

2 comments:

  1. Nice, Java 5 brings a lot of cool stuff including Enum, the concurrency library ,huge one :), and other goodness.

    This post talks about features which I have come to respect in a profound way. I like Enum from the start.

    There are some other nice stuff provided by Java 5 which must be listed here ;-)

    ReplyDelete
  2. Heading seems to be enticing but needs some description too - isn't it :)

    ReplyDelete