Friday, June 1, 2012

Difference between interpreter and compiler

For executing the program.In compiler you don't need to convert the source code into object code.(Repeated compilation is not necessary for repeated execution)
But in interpreter you need to interpret every time you run the program.