What is the difference between interpreter and compiling ?

Answer Posted / deepakkumar1887

if the source program consist any preprocessor instructions then we need interpreter, otherwise we should use compiler for fresh translator.

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by access specifiers in Java?

596


What is the largest data type in java?

517


What are the principle concepts of oops?

546


Why should we use singleton pattern instead of static class?

468


Can there be an abstract method without an abstract class?

547






Can each java object keep track of all the threads that want to exclusively access it?

546


Is hashset ordered?

561


Where is jre installed?

603


Can we sort hashmap in java?

536


What are the different http methods?

545


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?

531


What is bool mean?

575


What is meant by binding in rmi?

556


What are the differences between checked exception and unchecked exception?

533


How do you identify if jvm is 32-bit or 64-bit from java program?

544