Write a method reference that can be used in place of the following lambda:

```
(String s) -> {return s.toUpperCase();}
```

String::toUpperCase

Computer Science & Information Technology

You might also like to view...

To sort a field containing numbers into numeric order, use the ________ button

A) Filter B) Sort Ascending C) Sort Descending D) Sort Numbers

Computer Science & Information Technology

Which listing displays a directory tree?

A) Address List B) Folders List C) Standards List D) File List

Computer Science & Information Technology