logo

Crowdly

Що буде виведено у консолі в результаті виконання наступного коду: import...

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

Що буде виведено у консолі в результаті виконання наступного коду:

import java.util.HashSet;

public class MyClass {

public static void main(String[ ] args) {

HashSet<String> set = new HashSet<String>();

set.add("A");

set.add("B");

set.add("C");

System.out.println(set);

}

}

0%
100%
0%
More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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