Why Java use both compiler and interpreter
The Compiler of java is called javac . The compiler converts source code into Bytecode and convert the file into .class file. The Bytecod...
The Compiler of java is called javac . The compiler converts source code into Bytecode and convert the file into .class file. The Bytecod...