what is the meaning of compiler in java
Answers
Answered by
1
Answer:
Compilers in any programming language are those executable files, which are responsible for converting the programmes written in a high-level language, to a lower level language of 1's and 0's. The name of the executable compiler used for compiling java programs is known as "javac".
Explanation:
When there are codes written in Java, that moment a file is created with the extension ".java", when the code is compiled with the javac compiler, then a new file is created, with an extension of ".class".
Answered by
1
Compiler compiles the object code into human understandable code but it converts each line one by one and even does not go forward if the first line is error free.
Hope it will help you
tikksingh:
in which class u are
Similar questions