Java 8 StringJoiner

2021 VietMX 0

1. Introduction StringJoiner is a new class added in Java 8 under java.util package. Simply put, it can be used for joining Strings making use of a delimiter, prefix, and suffix. […]

New Features in Java 8

2021 VietMX 0

1. Overview In this article, we’ll have a quick look at some of the most interesting new features in Java 8. We’ll talk about: interface […]