Java has two compiler javac and jit(just in time compiler) and one interpreter. javac converts source code into byte code(. class file) which is converted according to jvm installed on every machine. So when we run our code using java class name.
Java has two compiler javac and jit(just in time compiler) and one interpreter. javac converts source code into byte code(. class file) which is converted according to jvm installed on every machine. So when we run our code using java class name.