When compiling a program, the compiler optimizes the code. During this process, it may make use of the available platform specific optimized machine instructions which may be absent on other machines. In case of languages which run on a virtual abstraction layer; like Java; the compiler does not...