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
Does substring create a new object?
What is hashing in java?
How does arrays sort work in java?
What does system out println () do?
Is java good for beginners?
Can inner class final?
Using callable statement how can you pass out parameters, explain with example?
What differences exist between iterator and listiterator?
How do you do descending order in java?
Can we sort hashset in java?
How can constructor chaining be done by using the super keyword?
How do you input a string in java?
How define set in java?
Explain what is encapsulation?
Does apple use java?