Package java.lang
Class System

Public Method gc

static void gc()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Force the garbage collector to run. The Java Virtual Machine will try to free any memory currently occupied by unused objects.