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
Can size_t be negative?
Which collection is best for sorting in java?
What is a java predicate?
What are the principle concepts of oops?
Can a top level class be private or protected?
What is the multi-catch block in java?
State two differences between C and Java.
What is the list interface?
What is the format specifier?
What are identifiers in java?
What is mean by exception?
Can you use abstract and final both with a method?
What is the purpose of finalization in java programming?
What invokes a thread's run() method in java programming?
Can we have return statement in finally clause? What will happen?