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


Please Help Members By Posting Answers For Below Questions

Is main a function?

518


What is sortedset in java?

577


What does java final mean?

522


What does the append?

501


What is append function?

572






I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

525


What is the use of inner class?

552


What is the difference between processes and threads?

538


How can an exception be thrown manually by a programmer?

515


What is string length in java?

495


What is difference between this and super keyword?

521


What do you understand by synchronization?

599


Are maps ordered java?

515


How does arraylist size increase in java?

533


What is number data type in java?

560