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


Please Help Members By Posting Answers For Below Questions

Why multiple inheritance is not supported by java?

500


What do you understand by the term wrapper classes?

529


What do you mean by a JVM?

544


State the difference between strings and arrays.

583


Write a java program for binary search?

591






Convert a BST into a DLL and DLL to BST in place.

652


How to compare two strings in java program?

662


How are observer and observable used in java programming?

534


Can constructor be synchronized?

524


Why string is not a wrapper class?

631


What does method mean?

503


What are the advantages of arraylist over arrays?

554


How do I stop concurrentmodificationexception?

497


What is the covariant return type?

550


What is an image buffer?

527