Previous


1.1 Changes: ThreadGroup Class

New Methods

One new method, AllowThreadSuspension, was added to the ThreadGroup class.
boolean AllowThreadSuspension(boolean)
As the API documentation says: This method is used by the virtual machine to control lowmem implicit suspension.


Previous