DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Location
    UK
    Posts
    4

    Exclamation What is a .class file and how do you make them?

    Exactly what the title said.
    What is a .class file and how do you make them?

  2. #2
    Join Date
    Mar 2004
    Posts
    635
    It is a compiled java file. You make them by compiling java classes

  3. #3
    Join Date
    Jan 2006
    Location
    Sydney
    Posts
    49

    byte code

    Say your source file is Test.java


    Test.java --> javac (compiler) --> Test.class (byte code) -->
    --> JVM interprets the bytecode of the class file and converts it to operating system specific instructions.
    Arul

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links