Atom Atom feed

Friday Java Quiz: Will This Code Compile

Without firing up your Java compiler, guess if the following class will compile:

interface $^A {}

where "^A" is the character whose ASCII value is 1. (You enter it as ^V^A in vi or C-q C-a in Emacs.)

Tags :