Interpreted, Threaded & Dynamic
(Tutorial Page 12)


  • The Java bytecodes execute directly on any machine to which the interpreter and runtime system have been ported
  • In an interpreted environment such as Java system, the link phase of a program is simple, incremental, and lightweight
  • Java supports multithreading at the language level with the addition of sophisticated synchronization primitives
  • While the Java compiler is strict in its compile time static checking, the language and runtime system are dynamic in their linking stages
  • Classes are linked only as needed
  • New code modules can be linked in on demand from a variety of sources, even from sources across a network
    |-Previous Slide-| -Next Slide-| -Table of Contents-|-List of Tutorials-| -Home Page-|-Disclaimer-|
    If desired, insert comments for oojava12
    Your Email Address(Optional)
    Action
    Copyright © 1997 Object Ideas Corporation --- Last Updated January 15, 1997