What does javac produce? space to flip What does javac produce? Answer Bytecode in .class files javac compiles .java source to portable bytecode; the JVM executes that bytecode.