<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello, Jan<br>
<br>
Would you please clarify, what does it mean to declare resource of
try statement implicitly.<br>
As I understand, explicit declaration is:<br>
<br>
try (AutoCloseable ac = <span
style="color:#000080;font-weight:bold;">new </span>AutoCloseable())
{}<br>
<br>
Thanks,<br>
Konstantin.<br>
</body>
</html>