Java 8 - Features

Java 8:
1. Lambda Expression
2. Functional Interface
3.
java7 Interface :
variable (Default value):public static final
method (Default value):public and abstract

java8 Interface:
interface -  contract methods also
interface - static methods

4. Predicate - Predifined functional interface
5. Function - Predifined functional interface
6. Consumer - Predifined functional interface
7.
c++:
:: scope resolution operator

java8:
:: method reference and constructor reference

8. Stream API
9. Data & Time API (joda.org) (Joda API)

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab