News

This series introduces other enhancements to Java 9, beginning with the new convenience factory methods in the Java Collections Framework. Topics Spotlight: Advancing IT Leadership; ...
Method references in Java are part of the broader set of features introduced and enhanced in Java 8 and beyond. They are a concise way to refer to methods of classes or objects.
Hiding Java method deprecation problems. There are plenty of deprecated methods in Java, and there’s nothing stopping you from calling them. Sure, a yellow yield sign might appear in the line-number ...
If it matters, for now we're stuck with Java 7. ... My next project I'm going to enforce Guava immutable collections in collection return methods everywhere. ...