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 |
waht You know about thread programming?
What is exception hierarchy in java?
Can Exception handling we can handle multiple catch blocks?
What are the different ways of implementing thread? Which one is more advantageous?
What is args length in java?
How do you compare characters in java?
Can a class with private constructor be extended?
What is regex java?
What is meant by 'Class access modifiers'?
How to sort a collection of custom Objects in Java?
what do you understand by the term string with respect to java?
Describe different states of a thread.