In C we use only compiler. Why java uses both compiler and
interpreter? What is its significance?
Answer Posted / nidhi,himani
because in java, code is 1st converted into bytecode by the
compiler nd then it is converted into machine code by the
interpreter.
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
Can we split string with in java?
How do you remove an element from an arraylist in java?
Is Java a dying language?
How a string is stored in memory?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the exact difference in between Unicast and Multicast object?
hr interview how many minutes asking question
When super keyword is used?
What is lambda expression in java?
How many wrapper classes are there in java?
According to java operator precedence, which operator is considered to be with highest precedence?
What is variable declaration and definition?
Tell us something about set interface.
What is the meaning of flag day?
What data type is string java?