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 ways in which a thread can enter the waiting state?
What is java ceil?
Can we declare the static variables and methods in an abstract class?
How to convert string to byte array and vice versa?
Explain about abstract classes in java?
What are the data types supported by java? What is autoboxing and unboxing?
Can a string be null?
Is it possible to override the main method?
What is the base class of all classes?
Can we create more than one object singleton class?
Does unicode support all languages?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
If system.exit (0); is written at the end of the try block, will the finally block still execute?
When is update method called?
Enlist few advantages of inheritance?