1995-07-21 - Re: Java (was Netscape: the big win)

Header Data

From: cman@communities.com (Douglas Barnes)
To: stewarts@ix.netcom.com (Bill Stewart)
Message Hash: 55729527703d1bec03c771ba6785a2cccb260bb189c66e98f22f99704909630d
Message ID: <v02120d07ac34d444a1ac@[199.2.22.120]>
Reply To: N/A
UTC Datetime: 1995-07-21 02:57:03 UTC
Raw Date: Thu, 20 Jul 95 19:57:03 PDT

Raw message

From: cman@communities.com (Douglas Barnes)
Date: Thu, 20 Jul 95 19:57:03 PDT
To: stewarts@ix.netcom.com (Bill Stewart)
Subject: Re: Java (was Netscape: the big win)
Message-ID: <v02120d07ac34d444a1ac@[199.2.22.120]>
MIME-Version: 1.0
Content-Type: text/plain



>Good.  Any guesses how big a basic "Hello, World" applet would be?
>Maybe 10K?

The "Hello World" program I mentioned before is 325 bytes after
compilation. The 800K memory usage was a measurement of the
interpreter and language libraries being sucked into memory, assuming
no other activity on the machine.

I have a much larger program that does various kinds of reformatting
and munging of Java programs that take up a whopping 8K compiled, its
source file is 13K.

The bytecode compiled programs seem to be much more compact than their
source code versions.







Thread