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
Can you access the private method from outside the class?
Why there is no call by reference in java?
What is java in simple terms?
Describe how to implement singleton design pattern in struts.
Mention the default values of all the elements of an array defined as an instance variable.
Explain static nested classes ?
What is the difference between declaration and definition in java?
Is 0 true or false?
What is use of static in java?
What is the use of callablestatement?
Is string a class in java?
What is use of inner class in java?
What is starvation?
Should you use singleton pattern?
What is floor math?