Writing Clean Code with Modern Java
This live Java coding session explores several features in Java 9, 10 and 11 that enable you to create cleaner code. It discusses factory methods for collections, extended streams, updates to Optional, try with effectively final resources, local variable type inference, and HTTP/2 client. It also presents best practices and …