Philosophical Multicore

Sometimes controversial, sometimes subjective, sometimes infallible, and always fun.

Java Virtual Machine

Posted by Michael Dickens on November 5, 2009

The Java Virtual Machine (JVM) allows a compiled Java program to run on any platform. That sounds pretty cool, right? You don’t have to worry about the fact that different platforms use different assemblers, because it runs on a virtual machine. But it’s pretty fast. Not as fast as a purely compiled language, but a lot faster than an interpreted language such as Python. Isn’t that a great idea?

But you know what would be even better? If everyone just used the same platform. (Preferably the one that I am currently using.)

One Response to “Java Virtual Machine”

  1. phynnboi said

    I don’t think we’ll all fit in your chair. :(

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>