{"categories":["java"],"version":"1.0","image_url":null,"author_name":"rdera","url":"https://rdera.hatenadiary.org/entry/20080819/p5","blog_url":"https://rdera.hatenadiary.org/","blog_title":"rdera\u30ed\u30b0","provider_name":"Hatena Blog","height":"190","published":"2008-08-19 00:00:00","type":"rich","provider_url":"https://hatena.blog","title":"garbage collection","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Frdera.hatenadiary.org%2Fentry%2F20080819%2Fp5\" title=\"garbage collection - rdera\u30ed\u30b0\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","width":"100%","author_url":"https://blog.hatena.ne.jp/rdera/","description":"\"\u30ac\u30fc\u30d9\u30b8\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\"\u3068\u3044\u3046\u306e\u304b\"\u30ac\u30d9\u30fc\u30b8\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\"\u306a\u306e\u304b\u3088\u304f\u5206\u304b\u3089\u306a\u3044\u304c\u3002 garbage collection\u3068\u306f? \u76f4\u8a33\u3057\u305f\u610f\u5473\u305d\u306e\u307e\u307e\u3067\u3001\"\u30b4\u30df\u53ce\u96c6\"\u306e\u3053\u3068\u3002 \u3069\u3053\u304b\u3089\u3082\u53c2\u7167\u3055\u308c\u306a\u304f\u306a\u3063\u305f\u914d\u5217\u306a\u3069\u306f\u30e1\u30e2\u30ea\u9818\u57df\u3092\u5360\u6709\u3057\u3001\u30ea\u30bd\u30fc\u30b9\u306e\u7121\u99c4\u3067\u3042\u308b\u3002\u305d\u306e\u3088\u3046\u306a\u9818\u57df\u3092\u96c6\u3081\u3066\u3001\u30e1\u30e2\u30ea\u9818\u57df\u3092\u5897\u3084\u305d\u3046\u3063\u3066\u3053\u3068\u3002GarbageTest.java 1 class GarbageTest { 2 void method(){ 3 System.out.println(\"Hello World\\n\"); 4 } 5 } 6 7 class GarbageCollection { 8 public stat\u2026"}