When we run applets, how many JVM will run in our OS

When we run applets belong to different pages, how many JVM will run in our OS.For example, there are two internet pages, each page embed one applet. When we use browser to access these pages simultaneously, how many JVM will run in our OS.Thanks!Alexander
[284 byte] By [chimaea] at [2007-11-26 15:05:59]
# 1
All applets in Microsoft Internat Explorer's process have one JVM. Besides this, they have the same EventQueue. How JVM is used in other WEB Browsers I do not know.
vitallisa at 2007-7-8 8:55:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Thanks. Where can I get the detail information about IE抯 process use one JVM.
chimaea at 2007-7-8 8:55:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
I learn only JVM source codes (java and C++) and do not use iterature on Java.
vitallisa at 2007-7-8 8:55:50 > top of Java-index,Java HotSpot Virtual Machine,Specifications...