What is it - language or OS ?
with respect to runtime services, Java is much more a "Middleware Operating System" than just a language
includes enough functionality to act as a "standalone" OS (native lib, optional platform OS and HW are completely hidden)
moves the boundary of platform specific code out of the applications
reads like a computer science curriculum