Does anybody out there knows what does first eight bytes of the compiled .class file means.
Thanks
Printable View
Does anybody out there knows what does first eight bytes of the compiled .class file means.
Thanks
You can visit the following site for details
http://www.javaworld.com/javaworld/j...classfile.html
Hi,
It is same for every class file.It's value is:
0xCAFEBABE
singh