Monday, June 23, 2008

HTTP 1.1 connection and Socket connection

what is the difference between these two connection? when should we use each ???
please comment guys

Wednesday, June 4, 2008

Collection

Is it necessary that the Comparator compare() method and equals() should have the same logic ?

Monday, June 2, 2008

Threads

Any clue regarding the Executors interfaces introduced in Java 1.5 ?