what are the application of compiler and interpreter for
source program
Answer Posted / 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 View All Answers
What are the new features in java 8? Explain
What is sorting algorithm in java?
What is the method in java?
What is java Applet?
What is the difference between notify and notifyall method?
What are design patterns and please explain?
Are maps ordered java?
What is java jit compilers?
What is an array in java?
In which language java is written?
Can we use catch statement for checked exceptions?
Difference between collection, collection and collections in java?
What is externalizable?
How to run a JAR file through command prompt?
Why does it take so much time to access an applet having swing components the first time?