Thread
:
Starting to learn...
View Single Post
Jun 8th, 2005, 1:28 AM
#
13
Knight
Newbie
Join Date: Jun 2005
Posts: 28
Rep Power:
0
A .class file is actually Java Byte Code. This is used by the interpreter (on the system) to compile it into commands the computer can understand. A .java file (the extension of java source code) is compiled into a .class file.
Knight
View Public Profile
Find More Posts by Knight