Which Is The New Method Introduced In Java 8 To Iterate Over A #1120
Which is the new method introduced in java 8 to iterate over a collection?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - Java 8 Features - Quiz No.1.
Which is the new method introduced in java 8 to iterate over a collection?
for (String i : StringList)
foreach (String i : StringList)
StringList.forEach()
List.for()