Given the code fragment:
List<String> listVal = Arrays.asList("Joe", "Paul", "Alice", "Tom");
System.out.println (
// line n1
);
Which code fragment, when inserted at line n1, enables the code to print the count of string elements whose length is greater than three?
Destroyer
Highly Voted 4 years, 12 months agoasdfjhfgjuaDCV
Most Recent 9 months, 3 weeks agosteefaand
10 months, 3 weeks agor1muka5
1 year, 10 months agoWilsonKKerll
2 years, 9 months agoYasinGaber
2 years, 10 months agoInnovation
4 years, 11 months ago