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
What does business logic mean?
What is javac used for?
What is difference between calling start() and run() method of thread?
What is integer valueof?
How do you define a set in java?
Can we use different return types for methods when overridden?
In how many ways we can do synchronization in java?
What do you mean by an object in java?
Which is faster string or stringbuilder?
What is a byte array?
What is the += operator called?
Is string is a keyword in java?
What is a jit compiler?
What is method in java ?
What is nextint java?