Atom Feed SITE FEED   ADD TO GOOGLE READER

Java Minutiae - Reflex

Pop Quiz
The following is a method from a very decent implementation of Java SE. I've substituted x and y for the actual method name and parameter type. What are the values of x and y ?
public static boolean x(y z) {
return z != z;
}

PS - it's a reasonable method. it may take you a few minutes to come up with the answer.

Show Answer

Google Reader totally stripped away the HTML syntax that hid the answer, so I read it before even comprehending what you were asking. Boo, reader+publicobject integration. Yay, Jesse for the good question, after the fact.