|
|
|
When a program is written and compiled into an executable format, an .EXE file is created. Take a moment to think about just what that means. In file type terms, it means that a *.EXE is a *.EXE is a *.EXE. In other words, no matter if the source file was interpreted (as in the case of the BASIC language), compiled (as in assembly language, Pascal, FORTRAN, C, and C++), or compiled
and
interpreted (as in Java), once the translator generated the final executable form, they all ran on the same microprocessor!
|
|
|