In which languages are the Java compiler (javac), the virtual machine (JVM) and the java starter written?
javac
java
From Java Docs
The compiler is written in Java and the runtime is written in ANSI C