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 are the different conditional statements?

552


What are register variables what are the advantages?

443


Can a class be declared as protected?

529


Does collectionutils isempty check for null?

803


Can private class be extended java?

557






What is a parameter example?

519


What is the covariant return type?

565


Are generics important java?

518


What is difference between char array and string?

517


Write a function to print Fibonacci series and Tribonacci series?

745


Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

1012


Why is java called java?

536


What is the memory leak in java?

520


Write code to implement bubble sort in java?

551


What is ‘has a’’ relationship in java?

720