|
Well... I'm not at all opposed to the javac command. but (and I could be severly confused here...) I am under the impression that 'javac' creates byte code. This is fine and dandy if I want to run byte code, but I'm doing some computational work with this program, so if I can actually compile it and run it, then I could seriously improve my performance...
no I know that that the reason you do computationally hard things with other programs is because java bytecode is interpreted and that makes it slower, but if it's actually compiled, then why even bother making it otherwise??
I'm just shocked and pleased with this new possibility!
-Z
|