harryh
Jan 03, 2006 22:50
Long l1 = new Long(555);
Long l2 = new Long(555);
if(l1 == l2) {
System.out.println("You'd think you would get this");
} else {
System.out.println("But instead you get this");
}So, so lame. And even though I know about it, I foget all the time and it takes forever to figure out. Why oh why did someone think this is a good idea?
job,
java,
programming