Java - Versions

Java 1.1:

  • Inner Class
  • JDBC
  • RMI
Java 1.2:
  • Swing
  • Set, Map, Collection
Java 1.3:
  • HotSpot JVM
  • JNDI
Java 1.4:
  • IPV6
  • Regular Expression
Java 1.5:
  • Generics (Type Safety)
  • Auto Boxing & Auto Unboxing
  • Enumeration
  • Var args
  • For-each
  • Static import
Java 1.6:
  • JDBC 4
  • Scriplet Language Support
Java 1.7:
  • Switch in String
  • Automatic resource management
  • Catch multiple exception
  • Improved type interface
Java 1.8:
  • We can define a method inside the interface
  • Lambda expression
  • Stream API
  • Date & Time API
  • Embed JavaScript code with application
  • Repeating Annotation

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab