In C we use only compiler. Why java uses both compiler and
interpreter? What is its significance?
Answer Posted / dhana
in java code is complied by the complier at that time code
is convered into byte code after that JVM can convert the
byte code instructions into Machine code instructions.
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What is the size of boolean variable?
How to handle a web browser resize operation?
Explain about doubly linked list
What does index mean in java?
What is finalize() function in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
How do you clear a list in java?
If an object is garbage collected, can it become reachable again?
Define packages in java?
Is zero a positive integer?
What is the nested interface?
What is the null?
What is the unit of plancks constant?
What is the purpose of skeleton and stub?
What is the lifetime and scope of a variable?