logo

Crowdly

Mis ilmub ekraanile? import java.util.HashSet; import java.util.Set; p...

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

Mis ilmub ekraanile?

import java.util.HashSet;

import java.util.Set;

public class TestSet {

public static void main(String[] args){

Set<Object> s = new HashSet<>();

s.add(10);

s.add(10L);

for(Object object : s){

System.out.println("Test - " + object);

}

}

}
0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ut.ee?

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