Are there currently (Java 6) things you can do in Java bytecode that you can\'t do from within the Java language?
I know both are Turing complete, so read \"can do\"
GOTO
can be used with labels to create your own control structures (other than for
while
etc)this
local variable inside a methodAs a related point you can get parameter name for methods if compiled with debug (Paranamer does this by reading the bytecode