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
How do you write a scanner class in java?
How do you clear a list in java?
How big is a pointer?
Explain creating threads by extending thread class ?
What is a buffer in computer?
What is difference between add() and addelement() in vector?
What is a Null object?
Is logger a singleton?
How do you override a method?
Can a class have 2 constructors?
What is remote method invocation (rmi)?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What the difference is between execute, execute Query, execute Update?
What are some examples of variable costs?
When should I use stringbuffer?