In C we use only compiler. Why java uses both compiler and
interpreter? What is its significance?
Answer Posted / nidhi,himani
because in java, code is 1st converted into bytecode by the
compiler nd then it is converted into machine code by the
interpreter.
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
Can a constructor be private and how are this() and super() method used with constructor?
What is the difference between static and non-static variables in java programming?
What is the default execution method in java?
What is used of static keyword in java?
How to convert string to byte array and vice versa?
What is an object class?
What is the difference between a local variable and an instance variable?
What is the purpose of static methods and variables?
What is the point of polymorphism java?
Which command from the jdk compiles a java program?
what is the difference between a threads start() and run() methods? : Java thread
Can we increase array size dynamically in java?
Explain serialization and deserialization in java?
What is immutable data?
How do you compare characters in java?