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
extending thread class or implementing runnable interface. Which is better? : Java thread
Which variables are stored in heap?
How can a gui component handle its own events?
What is a function in java?
What is a generic type?
What is token in java?
What is an inner class in java?
5 Coding best practices you learned in java?
What are the benefits of operations?
Can a vector contain heterogenous objects?
How to create a fecelet view?
What does sprintf mean?
What is thread count in java?
Why for each loop is used?
What does the “static” keyword mean?