Click to See Complete Forum and Search --> : Java Compiled .classs


Deepak Sharma
February 22nd, 1999, 12:13 PM
Does anybody out there knows what does first eight bytes of the compiled .class file means.

Thanks

Ajay Raina
February 23rd, 1999, 12:13 AM
You can visit the following site for details


http://www.javaworld.com/javaworld/jw-07-1996/jw-07-classfile.html

SINGH
March 8th, 1999, 04:30 AM
Hi,

It is same for every class file.It's value is:

0xCAFEBABE

singh