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 an array in java?
What about interthread communication and how it takes place in java?
What is data movement?
How to print an arraylist in java?
Give us the name of the list layoutmanagers in java?
What is hotjava?
Is there any case when finally will not be executed?
How to create a thread in java?
What are different types of expressions?
Is string a datatype?
What are the characteristics of Final,Finally and Finalize keywords.
Explain the term virtual machine?
What are the types of exceptions?
What about member inner classes?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?