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 is oop in java?
what is the messsage u r going to get from an objectoriented programing?
Explain thread life cycle in java?
Have you ever used hashtable and dictionary?
Explain parallel processing in java8?
How is hashcode calculated in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
How do you use compareto method?
What is busy spin, and why should you use it?
Tell some latest versions in JAVA related areas?
What does arrays sort do in java?
What is the largest data type in java?
Explain about instanceof operator in java?
When arithmeticexception is thrown?
What is abstract class constructor called?