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 java developer skills?
What do you mean by synchronized non access modifier?
What does the append?
Can you access non static variable in static context?
Can a class be defined inside an interface?
Is java programming easy?
Is void a data type in java?
Is there any tag in htm to upload and download files?
What is the synchronized method modifier?
Can a function return a function?
What is are packages?
Can we call the constructor of a class more than once for an object?
Tell me about different OOPS concepts.
What is instance example?
Does java map allow duplicates?