1996-04-30 - Re: The Joy of Java

Header Data

From: Simon Spero <ses@tipper.oit.unc.edu>
To: “Perry E. Metzger” <perry@piermont.com>
Message Hash: b5d1b35ba830c3bf1a409d2d3260fdc5673a38f0cc87d0844a68f18c74d0e5ab
Message ID: <Pine.SOL.3.91.960429203250.2355A-100000@chivalry>
Reply To: <199604292245.SAA10827@jekyll.piermont.com>
UTC Datetime: 1996-04-30 08:59:38 UTC
Raw Date: Tue, 30 Apr 1996 16:59:38 +0800

Raw message

From: Simon Spero <ses@tipper.oit.unc.edu>
Date: Tue, 30 Apr 1996 16:59:38 +0800
To: "Perry E. Metzger" <perry@piermont.com>
Subject: Re: The Joy of Java
In-Reply-To: <199604292245.SAA10827@jekyll.piermont.com>
Message-ID: <Pine.SOL.3.91.960429203250.2355A-100000@chivalry>
MIME-Version: 1.0
Content-Type: text/plain


On Mon, 29 Apr 1996, Perry E. Metzger wrote:

> 
> Java applications can't save files to disk or use data files on
> disk. If you were, for instance, buying two CPU weeks of idle time on
> some machines, you would need stuff like checkpointing or the ability
> to save intermediate results.

See the documentation for FileOutputStream; unsigned java applets can't 
make persistent changes, but signed ones can. Applications can always 
access the file system

Simon

---
They say in  online country             So which side are you on boys
There is no middle way                  Which side are you on
You'll either be a Usenet man           Which side are you on boys
Or a thug for the CDA                   Which side are you on?
  National Union of Computer Operatives; Hackers, local 37   APL-CPIO






Thread