Java / Java8 streams
What are the Java8 features?
Java 8 provides the following features:
- DateTime API,
- Lambda expressions,
- Method references,
- Functional interfaces,
- Stream API,
- Base64 Encode Decode,
- Default and Static methods in interface,
- Optional class,
- Collectors class,
- ForEach() method in Iterable interface ,
- Nashorn JavaScript Engine,
- Parallel Array Sorting,
- Type and Repating Annotations,
- IO and ConcurrencyEnhancements,
- JDBC Enhancements etc.
More Related questions...