Java is broken
I was doing some browsing on StackOverflow today when I ran across this question. In case you cant see it, I will include the relavent pieces.
The Code
Run the following code. (It wont do anything dangerous I promise).
The Result
In case you are too lazy, or just dont trust me, here is the output of the above code:
Hello Cruel World
Confused? All you have to know is the random stuff inside the block comment is really just unicode version of:
*/print("Cruel");/*
Conclusion
Java parses unicode inside a comment as literal characters and compiles it all together. This means you could add some pretty nasty code inside of comments, and no one would ever realize its there.