<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>argius</author_name>
  <author_url>https://blog.hatena.ne.jp/argius/</author_url>
  <blog_title>argius note</blog_title>
  <blog_url>https://argius.hatenablog.jp/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>文字列switchに続いて、バイトコードに影響する言語仕様の２つ目、&quot;The try-with-resources Statement&quot;です。 これまでは下のように書いていたものが、 InputStream is = new FileInputStream(&quot;a.txt&quot;); try { // TODO } finally { is.close(); } こう書けるようになりました。 try (InputStream is = new FileInputStream(&quot;a.txt&quot;)) { // TODO }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fargius.hatenablog.jp%2Fentry%2F20110908%2F1315486185&quot; title=&quot;Java SE 7 (2) - リソース自動closeの仕組み - argius note&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-08 21:49:45</published>
  <title>Java SE 7 (2) - リソース自動closeの仕組み</title>
  <type>rich</type>
  <url>https://argius.hatenablog.jp/entry/20110908/1315486185</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
