Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: altayann
From what I understand, a large part of the problem stems from the fact that Java is an interpreted language and not a compiled one.

You're mistaken. For 90% of all programming tasks, Java runs just as fast as C++.

Java 'Just In Time' VMs actually compile the Java code into native binaries and then execute them. There is no difference in how they execute. The *only* difference is that Java isn't set up to handle serious number crunching and massive amounts of I/O, because we've found that 90% of all software doesn't need to calculate more than 1,000,000 times a second.

You clearly are going on what you were told about Java, and have not looked at it, I'm afraid.

I think *that* may be why you get so much push back on your Java criticism. If you're just uninformed . . .

59 posted on 11/16/2001 1:16:51 PM PST by Dominic Harr
[ Post Reply | Private Reply | To 57 | View Replies ]


To: Dominic Harr
Your real name isn't Scott McNealy is it?
60 posted on 11/17/2001 12:18:51 AM PST by peabers
[ Post Reply | Private Reply | To 59 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson