Informatics
пятница, 21 декабря 2007 г.
Java-question on HashSet
Assume the following code:
Set set = new HashSet();
set.add(set);
set.add(set);
What will be the result of compiling and executing it?
Следующие
Предыдущие
Главная страница
Подписаться на:
Сообщения (Atom)