News

J2SE 5 provided significant new language features that made Java significantly easier to use and more expressive than it had ever been.
In this case, String::toUpperCase is an instance method reference. The instance method reference refers to the toUpperCase() method that is called on instances of String.