September 24, 2007 | development | 2 Comments
I have reviewed all votes and removed duplicate one (log is really great thing). The result is: And.. The winner is COTOHA. My congratulation! Please, let me know what a book (the original McConnell’s book or it’s Russian translation) do you prefer and send me your postal address
[...]
September 23, 2007 | development, java | No Comments
The great video about TestNG.
[...]
August 20, 2007 | development, java | No Comments
Given the following code, what will be the outcome? 123456789101112import java.util.Set; import java.util.TreeSet; public class A { public static void main(String[] args) { Set sets = new TreeSet(); sets.add [...]