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 a final class ?

0 Answers  


What is difference between static class and normal class?

0 Answers  


How do we access static members in java?

0 Answers  


Explain thread life cycle in java?

0 Answers  


What is flag in python?

0 Answers  






Where is jre installed?

0 Answers  


When will we use class loader?

2 Answers  


What is the concatenation operator in java?

0 Answers   Aspire, Infogain,


Difference between final and effectively final ?

0 Answers  


Explain the difference between map and flatmap stream operation?

0 Answers  


write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,


how can we synchronize Hash map?

3 Answers   CTS,


Categories