Roopak Neevan's Blog

Archive for November 2008

Comparable Interface : Problem while adding object to TreeSet

Posted by: Naveen Kapoor on: November 21, 2008

public class X{   public static void main(String [] arg){      Set s=new TreeSet();      s.add(new Person(20));      s.add(new Person(10));      System.out.println(s);  } } class Person{     int i;     Person(int i){          i = this.i;      } } Can anyone tell me why this code fragment shows me the “ClassCastException”, Using Java 2 1.5 [...]



  • Diya: Hi all, I am a single mum and unfortunately cannot contact baby's father. I went to london high commission with all documents mentioned on the hci lon
  • Maty: Hi, I am planning to apply for the passport of my new born baby. But currently I am in Germany and my wife and baby is in India. My wife will apply
  • mvp: Hi, I have applied for my 3 month old baby at Pune RPO last week. Like other's mentioned the experience is very smooth. I didn't take my baby with
Follow

Get every new post delivered to your Inbox.