what are the application of compiler and interpreter for
source program
Answers were Sorted based on User's Feedback
Answer / deepakkumar1887
if the source program consists any prepocessor instruction
then we need interpreter otherwise we need compiler for fresh
translator
| Is This Answer Correct ? | 1 Yes | 0 No |
java source code --> Byte Code --> JVM --> Machine code
Here JavaCompiler is act as a compiler and the JVM is act as
the interpreter b/n Bytecode and Machine code. Due to JVM
the java is a platform independent...
| Is This Answer Correct ? | 1 Yes | 0 No |
What is bitwise complement?
What are the common uses of "this" keyword in java ?
How to use scanner in java?
What is math exp in java?
Can you explain the meaning of aggregation and composition
What is a Wrapper class?
How we can run a jar file through command prompt in java?
What is java used for on a computer?
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
What is a war file?
Write a program to print fibonacci series up to count 10.
How many bytes is a char in java?