In C we use only compiler. Why java uses both compiler and
interpreter? What is its significance?
Answer Posted / ershad md sk
In C Lang Our program is directly Converted into
Executable code which is a Not portable..& it is Machine
Specific..in JAVA first .class file is Converted into .java
File And the Interpreter wil generate a intermediate Code
that is BYTE CODE..Which is Machine Independent...it has 0%
protability Issue............
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is method overriding in java ?
what is the final keyword denotes in java?
What is meant by bytecode?
What are the advantages and disadvantages of object cloning?
Is string thread safe in java?
How will you reverse a singly-link list?
What is java english?
Can a set contain duplicates?
What is string value?
Can static method access instance variables ?
What is += mean in java?
What is the purpose of an interface?
Is there any sort function in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Explain the private protected method modifier?