Hacker News new | ask | show | jobs
by diek 4945 days ago
I assume you meant to say:

    System.out.println(x == y);
1 comments

Yes. In a previous version I was trying to bypass string caching to make x==y return false.