Monday, November 14, 2011

Interpreted language

http://en.wikipedia.org/wiki/Interpreted_language

Once was asked: is Java a interpreted language or compiled language.

Interpreted language is a programming language in which programs are 'indirectly' executed ("interpreted") by an interpreter program. This can be contrasted with a compiled language which is converted into machine code and then 'directly' executed by the host CPU.

No comments:

Post a Comment