nextupprevious

Process Model in Java Virtual Machine

In Java, memory is inherently shared with type safety used for protection (as compared to traditional operating system model of a process).

Look at process model of three Java environments:

  1. Alta---hierarchical process model

  2. K0---structured like traditional monolithic kernel

  3. J-Kernel---structured like a microkernel-based system
Compare language-based operating systems with traditional operating systems.