[Shacs] Puzzle: why does this work? (thsi is a fun thing if you knwo the answer)

Gonzales, Alexander ARG007 at shsu.edu
Fri Oct 24 16:02:13 CDT 2008


public class puzzle
{
     public static void main (String [] args)
      {
         String test = "000D 003B";
         if (false) // test will get changed to \u000D \u003B
         {
                System.out.println(test);
          }
       }
}

Feel free to email me back if you think you know



More information about the Shacs mailing list