Summary:
All Java programs are compiled into class files, which contain bytecodes, the machine language of the Java virtual machine. This article takes a look at how thread synchronization is handled by the Java virtual machine, including the relevant bytecodes.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: July 1, 1997 8:34 AM by
Bill
|
All Java programs are compiled into class files, which contain bytecodes, the machine language of the Java virtual machine. This article takes a look at how thread synchronization is handled by the Java virtual machine, including the relevant bytecodes. Read this Artima.com article: http://www.artima.com/underthehood/thread.html
|
|