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 class be private?
Explain about oops concepts.
When should you use arraylist and when should you use linkedlist?
Can we clone singleton object in java?
what do you understand by synchronization? : Java thread
Explain about anonymous inner classes in java?
What is a stack class in java ?
What is nextline method in java?
What is this () in java?
How do you remove duplicates from an array in java?
What is the difference between a loader and a compiler?
What is the difference between multiple processes and multiple threads?
How do you empty a list in java?
How do you declare an array that will hold more than 64KB of data?
What is a boolean output?