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 |
Which programming language is most secure?
Why we used break and continue statement in java?
Explain about procedural programming language or structured programming language and its features?
How does serialization work
Why do we use variables?
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,
how do I create a runnable with inheritance? : Java thread
Why we used vector class?
How do I run java on windows?
What are examples of modifiers?
What is advantage of using threads?
What do you mean by formatting?