allien Junior Member
  Posts: 41 Status: Offline Gender: Female Joined: Money: 18.45
pm | Computer Programming Languages (4th Oct 15 at 11:50am UTC) | Quote Reply | Programming computer languages typically belong to any of the two types- compiled and interpreted. Compiled programming languages are implemented by using compilers, which are translators that generate machine code from source code. The compiler can translate the source code into intermediate form, which is known as byte code. In interpreted programming languages, the programs are not directly executed by the host CPU, but they are executed by a software program called interpreter.
Java Industrial Training | |
|