Quantcast
Viewing latest article 16
Browse Latest Browse All 30

Answer by Jrovalle for In detail, how does the 'for each' loop work in Java?

In Java 8 features you can use this:

List<String> messages = Arrays.asList("First", "Second", "Third");void forTest(){    messages.forEach(System.out::println);}

Output

FirstSecondThird

Viewing latest article 16
Browse Latest Browse All 30

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>