<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jwalrus</author_name>
  <author_url>https://blog.hatena.ne.jp/jwalrus/</author_url>
  <blog_title>レッスン with Java言語プログラミングレッスン</blog_title>
  <blog_url>https://jwalrus.hatenadiary.org/</blog_url>
  <categories>
    <anon>第6章</anon>
  </categories>
  <description>ループ内で比較対象値のMAX_COUNTも変えていくとどうなるかと思って、ちょっと実験。 public class CountTest { static int MAX_COUNT = 10; public static void main(String[] args) { for (int i = 0; i &lt; MAX_COUNT; i++) { System.out.println(i); MAX_COUNT--; } System.out.println(&quot;end&quot;); } }最初はstaticも「静的な」だから、変更できないfinalみたいな意味があるかと思って「int MAX_COU…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjwalrus.hatenadiary.org%2Fentry%2F20060413%2F1144895867&quot; title=&quot; staticって何だろう。 - レッスン with Java言語プログラミングレッスン&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>2006-04-13 11:37:47</published>
  <title> staticって何だろう。</title>
  <type>rich</type>
  <url>https://jwalrus.hatenadiary.org/entry/20060413/1144895867</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
