CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Java Compiled .classs



    Does anybody out there knows what does first eight bytes of the compiled .class file means.

    Thanks

  2. #2
    Join Date
    Mar 1999
    Posts
    8

    Re: Java Compiled .classs



    You can visit the following site for details


    http://www.javaworld.com/javaworld/j...classfile.html

  3. #3
    Join Date
    Mar 1999
    Posts
    14

    Re: Java Compiled .classs



    Hi,

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

    0xCAFEBABE

    singh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured