View Single Post
Old 01-23-2008, 06:04 PM   #19 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Lol. C++ isn't that portable, you know? Different operating systems equal different ways of doing things. That's why Java runs over a Virtual Machine, so it can recognize the basic data types and automatically converting them to the OS specification (therefore, the developer doesn't have to manually change int to long int for example, because Linux offers a smaller memory block for ints), even if that means a performance cut-off. This is portability, writing ONE application, and running it in multiple environments.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote