Hello , there,
It seems JVM does a good job of Garbege Collection.
We have a couple large pure Java Application running.
I am so curious so there is a couple question about
JVM:
What is the memory allocaiton scheme of JDK,
I mean best fit, frist fit, or last fit or
even worst fit?
Can any one giv
Hello,
sandbox is a concept in jdk1.1 and it means:
applet runns inside sandbox and local applicaiton
has access to all system resource.
jdk1.2 security manager is much more complex now.
which enable an applet have access to all system
resource if it is signed and the signner has an entry
in poli