When we pass a String to Annotator annotator = new Annotator(filepath) it leaves the resource open even if we call annotator.dispose(); annotator.close();. If you put a breakpoint after you dispose or close it, you’ll se…... And this leads to one question. Does annotator.close()...