Since it's so quiet overhere: what will happen when this snippet is executed?
[code=java]
String s = "000A003B";
if (true == false) // "s" will be changed later to \u000A\u003B
System.out.prin tln("boo");
[/code]
I just read this one somewhere else and I like it ;-)
kind regards,
Jos
[code=java]
String s = "000A003B";
if (true == false) // "s" will be changed later to \u000A\u003B
System.out.prin tln("boo");
[/code]
I just read this one somewhere else and I like it ;-)
kind regards,
Jos
Comment