It should be use try-with-resources on HelloWorld sample code
nabedge opened this issue · 0 comments
nabedge commented
http://mixer2.org/site/helloworld.html
ここにあるサンプルコードはinputstreamのクローズをやっていないので厳密にはよくないコードである。
try-with-resource句を使うべき。
nabedge opened this issue · 0 comments
http://mixer2.org/site/helloworld.html
ここにあるサンプルコードはinputstreamのクローズをやっていないので厳密にはよくないコードである。
try-with-resource句を使うべき。