In which languages are the Java compiler (javac), the virtual machine (JVM) and the java starter written?
javac
java
Actually the Oracle JVM is written in C++, not C.
Take a look at the HotSpot JVM code here: http://openjdk.java.net/groups/hotspot/