rajesh
Chat with our AI personalities
The Java compiler translates Java source code to Java byte code.
compiler is a software translator used in ProgrammingLanguage: C,C++, Java etc ). This used for to translate High level language to Machine independent language. Interpreter is used to translate source code to machine code by line by line.
Java byte code.
'.java' files contain java source code. One can access these files on windows by using 'notepad'.
Java byte-code is the code which generate after the compilation of .java file.And this code is only understand by JVM(java virtual machine ) which understand it and execute it.In other languages this type of functionality is not available.