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
What is a nullable field?
How to stop a thread in java? Explain about sleep () method in a thread?
What happens if constructor is private?
What are the advantages of java inner classes?
What is the use of optional ?
What do you mean by constructor?
Can we overload final method in java?
Is string a datatype?
What are the 8 primitive data types in java?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What classes of exceptions may be caught by a catch clause in java programming?
Can we catch more than one exception in a single catch block?
Where are the card layouts used?
What is a ternary operator in java?
What is casting in java programming?