Re: Pablo Trujillo

2000-10-21 Thread Peter Schuller
> The "value" of an object could be thought of as a pointer to that object. > You aren't getting the pointer's address, you're getting it's value. > It happens to point to the object you want. > > It's a matter of semantics. I've ran into this argument before. For all intents and purposes th

Re: Pablo Trujillo

2000-10-21 Thread Joi Ellis
On Sat, 21 Oct 2000, Peter Schuller wrote: > > Java doesn't pass by reference. You can pass an object, and through that > > access and change the fields it contains. > > Java *does* pass by reference. All objects are passed by reference; primites > are passed by value. Not quite. From the Jav

Re: Pablo Trujillo

2000-10-21 Thread Peter Schuller
> Java doesn't pass by reference. You can pass an object, and through that > access and change the fields it contains. Java *does* pass by reference. All objects are passed by reference; primites are passed by value. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Pet

Java USB (for Linux)

2000-10-21 Thread David Brownell
This is sort of an announcement -- I don't think it's been posted here before, but it's quite on-topic for Java/Linux support. http://jusb.sourceforge.net/ has a Java API giving access to the Linux USB support. LGPL'd, so you can use it in products. This has been developed in sync with the