public class Runtime extends Object
| Constructor and Description |
|---|
Runtime() |
| Modifier and Type | Method and Description |
|---|---|
void |
exit(int status) |
long |
freeMemory() |
void |
gc() |
static Runtime |
getRuntime() |
long |
totalMemory() |
public void exit(int status)
public long freeMemory()
public void gc()
public static Runtime getRuntime()
public long totalMemory()
Copyright © 2026. All rights reserved.