Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 2.29 KB

java-8.md

File metadata and controls

34 lines (27 loc) · 2.29 KB

Bookmarks tagged [java-8]

https://sizovs.net/2020/11/24/java-libraries-i-like/

The list was updated in 2020.

Everyone knows Spring and Hibernate, but there are other libraries and frameworks that are worth your attention. I pulled a list of 36 Java libraries that I like and use...


https://github.com/winterbe/java8-tutorial#lambda-expressions

Welcome to my introduction to Java 8. This tutorial guides you step by step through all new language features. Backed by short and simple code samples you'll learn how to use default interface methods...


https://www.youtube.com/watch?v=GdKuxmtA65I

Bean Validation 2.0 is out and the theme is Java 8. That’s a good thing since Java 8 brings not only new types to validate but also new locations to put annotations on.

We took that round to add usef...


https://docs.oracle.com/javase/tutorial/java/javaOO/methodreferences.html

You use lambda expressions to create anonymous methods. Sometimes, however, a lambda expression does nothing but call an existing method. In those cases, it's often clearer to refer to the existing me...