Saturday, July 21, 2012

What is the difference between an executable(.exe) file and .CLASS file?


The .exe file contains machine language instructions for the microprocessor and is system dependent. .CLASS file contains byte code instructions for the JVM and is system idependent.

No comments:

Post a Comment