swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

creating objects


From: Myriam Abramson
Subject: creating objects
Date: 27 Jul 2001 16:32:52 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3

Hi!

I'm using javaswarm and I'm still puzzling on creating objects in
Swarm. 

What is the difference between:

EZBinC ezbinCreating = new EZBinCImpl (new EZBinImpl ());
ezbinCreating.createBegin(aZone);
...
EZBin ezbin = (EZBin) ezbinCreating.createEnd();

and 

simply 
EZBin ezbin = new EZBinImpl(aZone);


Thanks for some clarification. 

-- 

                                    myriam

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]