Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Does anyone know the difference between a .class and a .exe file

  Asked By: Madison    Date: Apr 28    Category: Java    Views: 1438
  

Does anyone know the difference between a .class and a .exe file

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Erma Henry     Answered On: Apr 28

class  file contains the byte code generated from your original java source.
Byte code can only be interpreted by a jvm. An exe  doesn't need to be
interpreted since it's in machine code and the computer can read it directly.

 




Tagged: