Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 242 Bytes

Java8 New Feartures

1- Stream

Iterating Stream using foreach() 

sorting operation using Stream

Using proedicates and collectors to filter out the Stream

2-java.time API

Instant API

LocalDate API

LocalDateTime API