what are the application of compiler and interpreter for
source program

Answers were Sorted based on User's Feedback



what are the application of compiler and interpreter for source program..

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

what are the application of compiler and interpreter for source program..

Answer / rv.nandakishore

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

Post New Answer

More Core Java Interview Questions

What is the maximum length of a url?

0 Answers  


What is Applet Stub Interface ?

0 Answers  


Why array is used in java?

0 Answers  


What are the different types of java?

0 Answers  


Why scanner is used in java?

0 Answers  






What is the purpose of finalization in java programming?

0 Answers  


How do you initialize an arraylist in java?

0 Answers  


why java does not support unsigned keyword?

1 Answers  


What does next mean in java?

0 Answers  


What purpose do the keywords final, finally, and finalize fulfill?

0 Answers  


Which is the class in java?

0 Answers  


Can you declare a private method as static?

0 Answers   TCS,


Categories