<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekochan_mama</author_name>
  <author_url>https://blog.hatena.ne.jp/nekochan_mama/</author_url>
  <blog_title>一年間でJAVAマスター！</blog_title>
  <blog_url>https://nekochan-mama.hatenadiary.org/</blog_url>
  <categories>
    <anon>第２章・Java言語入門</anon>
  </categories>
  <description>2.5. 変数宣言 使用テキスト(pdf形式) 2.5. 変数宣言 変数宣言のバリエーションの例 宣言と同時に値を代入する int n = 10 ; 複数の変数を同時に宣言する int n, m, p ; 複数の宣言で一部の変数のみ値を代入する int n = 10, m, p ; この変数なのですが、私はつい int a, int b ; とか書いちゃうんですよね。これは間違い。 ちなみに int a ; int b ; ならＯ Ｋです。（ええい！紛らわしい！！） int a = b = 0 ; とも書いちゃいます。これも間違い。 これも「＝」をつい数学で考えちゃっているんですよね。 int…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekochan-mama.hatenadiary.org%2Fentry%2F20080822%2F1219388469&quot; title=&quot;2.いろいろなデータ型 - 一年間で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>2008-08-22 16:01:09</published>
  <title>2.いろいろなデータ型</title>
  <type>rich</type>
  <url>https://nekochan-mama.hatenadiary.org/entry/20080822/1219388469</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
