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 are the escape sequences in java?
What do you understand by classes in java?
Define iterator and methods in iterator?
What is the parse method in java?
What is string :: npos?
What is parsing a string?
What is float in java?
Is string passed by reference in java?
What should I import for arraylist in java?
Can we declare a class as static?
What is loop in java?
What are strings in physics?
How does sublist works in java?
When do you call copy constructor?
What is local declaration?