Penguin

Differences between version 2 and previous revision of ClassFile.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, September 12, 2003 2:43:44 pm by DavidHallett Revert
Older page: version 1 Last edited on Monday, August 25, 2003 11:35:04 am by StuartYeates Revert
@@ -1,5 +1,5 @@
-[ClassFile]s are the ByteCode form of [Java]. They are platform independant and one of the mani reasons for the success of the Java language. They are normally distributed in JarFile, which is a specialisation of a [zip(1)] file. 
+[ClassFile]s are the ByteCode form of [Java]. They are platform independant and one of the main reasons for the success of the Java language. They are normally distributed in JarFile, which is a specialisation of a [zip(1)] file. 
  
 The ClassFile is built around a Constant Pool, which is rather like a symbol table in a [Fortran] library. 
  
 A Number of key limitations are introduced into Java systems by the [ClassFile] format, including: