Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java 仮想マシン (JVM) と Java ミドルウェアの違いは何ですか?
JVMは、Java(および最近では他のいくつかの言語)バイトコードを実行するためのランタイムです。
Javaミドルウェアは、EJB、RMI、Corbaなどのテクノロジーのフレームワークです。本質的には、Javaとは特に関係がない可能性がありますが、Javaでサポートされているテクノロジーです。