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 nullpointerexception?
Can you explain the cs option of java interpreter?
What is method reference?
What is void class in java?
What are the rules for variable declaration?
When should a function throw an exception?
Does a class inherit the constructors of its superclass in java programming?
What are the main features of java?
What is parsing a string?
What string is utf8?
What is a flag and how does it work?
What is the main difference between java platform and other platforms?
Can we create a constructor in abstract class?
What are static methods?
What does nextint () do in java?