SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Intel Corporation (INTC) -- Ignore unavailable to you. Want to Upgrade?


To: Amy J who wrote (82727)6/4/1999 4:11:00 AM
From: Gary Ng  Read Replies (1) | Respond to of 186894
 
Amy, Re: what's your opinion on Java when it comes to handling full-motion TV quality video, considering its an interpretive language

IA-64 will be a must on the desktop :-)

Gary



To: Amy J who wrote (82727)6/4/1999 9:14:00 PM
From: Craig Freeman  Respond to of 186894
 
Amy, re: "Java ... considering its an interpretive language?" All modern high-level PC languages are "interpretive" in nature and getting more so by the day. Whether it be "C", "VB" or whatever ... modern applications spend most of their time executing external library routines and very little time executing code compiled from the meticulously hand-written source code.

In the end, there isn't much difference between an ancient BASIC program translating 10 PRINT "Hello World" into a zillion of machine language commands or a compiled "C" program which calls the General I/O library to perform a similar function. When it comes to performance, it's the efficiency of the called routines that matter ... not the way in which you call them.

Craig