View Single Post
09-12-2010, 02:35 AM
#5
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

Java runs on a virtual machine, meaning its never actually turned into machine code. This makes the apps slower because the apps themselves are not machine code and you must have another application present just to run them. This slowness makes it less ideal for computer applications and unsuitable for many web applications.

ps. The java virtual machine is written in C++.

Reply With Quote