Java 7 allows the use of binary literals (0b1101) and the use of underscores in literals for readability (e.g. 2_564_234 instead of 2564234). But the interactions pane does not yet support these literals. It would be great if it did.