Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Madison Hughes   on Apr 28 In Java Category.

  
Question Answered By: Erma Henry   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.

Share: 

 
 


Tagged: