How many Java compilers are there?

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.

Sizin İçin Seçtik  How can I practice Java online?

Leave a Reply

Your email address will not be published. Required fields are marked *