Re: Is there a linux java editing tool?

1998-06-03 Thread Ravi Rao
> Date: Wed, 03 Jun 1998 08:42:33 -0400 > From: Paul Houle <[EMAIL PROTECTED]> Matt> Could someone recommend a good editing tool for java that will run in Matt> linux for constucting classes and applets etc. Paul> I reccomend vi, but many people think emacs is a good editor. Well, this is some

Re: Passing classes as parameters

1998-05-26 Thread Ravi Rao
> From: "Wim Ceulemans" <[EMAIL PROTECTED]> > Date: Tue, 26 May 1998 08:45:30 +0200 > Does anyone has experience in passing a class as a parameter in java? > I want to do something like call a method with as parameter a class > name and then create instances of that class in that method. Is this