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 order of method invocation in an Applet?

1 Answers  


Where are global variables stored?

0 Answers  


What is Distributed Application and what is its usage?

2 Answers  


Difference between start() and run() method of thread class?

0 Answers  


What is a singleton puppy?

0 Answers  






What is stringjoiner ?

0 Answers  


List the interfaces which extends collection interface?

0 Answers  


What releases of Java technology are currently available? What do they contain?

1 Answers  


What Is Resource Leak?

2 Answers  


What are desktop procedures?

0 Answers  


what do you mean by stream pipelining in java 8? Explain

0 Answers  


what is diff bet iterator and enumeration?

4 Answers  


Categories