<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Nkzn</author_name>
  <author_url>https://blog.hatena.ne.jp/Nkzn/</author_url>
  <blog_title>ナカザンドットネット</blog_title>
  <blog_url>https://blog.nkzn.net/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>1. 文字列の最後の10文字から成る部分文字列を表示するプログラムを作成しなさい。 class Last10Chars{ public static void main(String[] args){ String s = &quot;One Two Three Four Five Six Seven&quot;; String substring = s.substring(s.length() - 10); System.out.println(substring); } } 2. ある文字列に5個の数値がカンマで区切られて入っています。最後の数値を表示するプログラムを作成しなさい。 class TheLas…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.nkzn.net%2Fentry%2F20070805%2F1186321794&quot; title=&quot;練習問題2.3 インスタンスメソッドとインスタンス変数の概要 - ナカザンドットネット&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>2007-08-05 22:49:54</published>
  <title>練習問題2.3 インスタンスメソッドとインスタンス変数の概要</title>
  <type>rich</type>
  <url>https://blog.nkzn.net/entry/20070805/1186321794</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
