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
Explain the meaning of java applet.
What are the object and class classes used for?
What does opcode mean?
What is use of super keyword in java?
Can arraylist contain null values?
What do you mean Abstraction in java?
What is private static class in java?
Can memory leak happen java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is http client in java?
Describe how to implement singleton design pattern in struts.
Can I learn java in 3 months?
What is equals method in java?
What is a return in java?
How destructors are defined in java?