The Artima Developer Community
Sponsored Link

Articles Forum
The Class File Lifestyle

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

The Class File Lifestyle Posted: Jun 1, 1996 9:34 AM
Reply to this message Reply
Advertisement
A key component of Java is the Java class file -- a precisely defined file format to which Java programs are compiled. The class file can be loaded by any Java Virtual Machine implementation and is the vehicle for the transmission of compiled Java across networks. Here's a hands-on introduction to the Java class file.

Read this Artima.com article:

http://www.artima.com/underthehood/classfile.html

Topic: Security and the Class Loader Architecture Previous Topic   Next Topic Topic: Bytecode Basics

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use