logo

Crowdly

Browser

Add to Chrome

Que  va  afficher le programme ci-dessous ? List<String> strList = new Ar...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Que  va  afficher le programme ci-dessous ?

List<String> strList = new ArrayList<String>();

strList.add("A");

strList.add("C");

strList.add("B");

strList.add("Z");

strList.add("E");

Collections.sort(strList);

for(String str: strList)

System.out.print(" " + str);

    
More questions like this

Want instant access to all verified answers on moodle.myefrei.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome