Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Memory cleanup
import java.util.*; class Rextester { public static void main(String s[]) throws Exception { Runtime rs = Runtime.getRuntime(); System.out.println("Free memory in JVM before Garbage Collection = "+rs.freeMemory()); rs.gc(); System.out.println("Free memory in JVM after Garbage Collection ="+rs.freeMemory()); } }
run
|
edit
|
history
|
help
0
Coding Numbers - Duplicate - HashSet
1.5
Class multiple
Java Functional Programming
bit left 2
twelveDays
output2
Question FizzBuzz
bikeride
Symmetric Tree