I have this code (i can be very large):
for (int i = 0; i < 100_000_000; i++) { Scanner scanner = new Scanner("Some String"); scanner.close(); /