False. Interpreters have portability advantages. You can port an interpreter to a new system by simply compiling the interpreter on the new system. Java achieves portability of compiled Java programs by compiling to an artificial machine language, so that programs on the web can be executed by a Java interpreter on any machine that has the interpreter installed.