<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>JunKobayashi</author_name>
  <author_url>https://blog.hatena.ne.jp/JunKobayashi/</author_url>
  <blog_title>JunKobayashi's Diary</blog_title>
  <blog_url>https://junkobayashi.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>資格</anon>
  </categories>
  <description>並行処理：シングルコアのCPUで見られる。実行すべき複数の処理が存在する時、一定の時間(0.1秒とか0.01秒とか)が経過するごとに実行する処理を切り替えることにより実現する(ある瞬間だけを切り取ると実行している処理は当然1つのみ) 並列処理：マルチコアのCPUで見られる。実行すべき複数の処理について、それぞれのコアで別々に処理を行うことにより実現する(ある瞬間だけを切り取っても当然複数の処理を実行している) Javaにおけるスレッドとは、プログラムを実際に走らせた際、実行するメソッドの情報がメモリのスタック領域に出入りする一連の流れのこと(複数のスタックが並行処理を行うのがマルチスレッド) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjunkobayashi.hatenablog.com%2Fentry%2F2023%2F02%2F08%2F001654&quot; title=&quot;Java SE 11 Gold 自分用メモ(3) - JunKobayashi&amp;#39;s Diary&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>2023-02-08 00:16:54</published>
  <title>Java SE 11 Gold 自分用メモ(3)</title>
  <type>rich</type>
  <url>https://junkobayashi.hatenablog.com/entry/2023/02/08/001654</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
