News

Get a deep dive into using method references in your Java programs, including stream operations, event listeners, and constructors and factories.
Just say no to String? When it comes to creating temporary objects, the String class is one of the biggest offenders. To illustrate that, in Part 1 I developed an example of a regular expression ...