Java 8 features

  • Language-level support for lambda expressions; unofficially under Project Lambda
  • Default methods (virtual extension methods) which make multiple inheritance possible in Java.
  • a JavaScript runtime which allows developers to embed JavaScript code within applications.
  • Annotation on Java Types.
  • Unsigned Integer Arithmetic.
  • Repeating annotations.
  • Date and Time API.
  • Statically-linked JNI libraries.
  • Launch JavaFx applications.
These are the features currently added into java 8,which has features as that of java 7 and also is a little bit advanced one.Java 7 is no longer available to download from it parent site(Oracle(dot)com).web development company in bangalore

Comments

Popular posts from this blog

Collections in Java -ArrayList