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

Can we sort list in java?

0 Answers  


what is Assertion?

4 Answers   Wipro,


What is the use of bin and lib in JDK?

8 Answers   TCS,


How do you control extraneous variables?

0 Answers  


what is collatration?

0 Answers  


What is the difference between logical data independence and physical data independence?

0 Answers  


Difference between overloading and overridding?

4 Answers  


Which collection is sorted in java?

0 Answers  


What is the difference between JVM and JRE?

0 Answers  


What is a method vs function?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What is a java object and java application?

0 Answers  


Categories