##java
*** You have joined the channel ChanServ Notice: [##java] We've moved to an "about" channel, as described in http://freenode.net/policy.shtml. You should probably join ##java directly. Please read the topic for basic channel guidelines. Thanks. ThinkNOLA Hi. vinse hi there *** bpalmer (n=user@sxemacs/devel/bpalmer) has joined the channel ThinkNOLA Is this about the Java programming Language, or Coffee, or Indonesia? vinse indonesia ThinkNOLA This channel that is. vinse so back to the topic ... what other habitats are kimodo dragons commonly found? bpalmer officially sponsored by the Tourism Board ThinkNOLA Thanks. bpalmer I've had some luck taking lizards into the US, in a terrarium or server farm vinse how do you prepare them? vinse stewed? vinse i tried stir-frying but the meat was very tough bpalmer You really need to let the meat stew for some hours, but after that's done, you can mix it into stirfry bpalmer that's the advantage of portable meat *** Manny (n=chris@p5496A848.dip0.t-ipconnect.de) has joined the channel vinse http://www.cinegeek.com/images/dvd/dvd_2004/kids_in_the_hall1/Cabbage%20Head.jpg vinse that's a propos nothing vinse just wanted to raise the absurdity factor elvin|coder indonesia rulez vinse 4 tru *** Twiun[Zzzzz] is now known as Twiun *** dibblego has quit IRC (Remote closed the connection) emperon lol *** hingwah (n=hingwah@221.126.237.255) has joined the channel eXa_bOy lol... *** emperon is now known as Java_the_Hutt terence_ what is diff between hasMAP and hashTable ? roots_ HashMap is the modern version vinse hashmap isnt synchronized, hashtable is *** dibblego (n=not@dsl-202-173-178-172.qld.westnet.com.au) has joined the channel vinse also, HashMap.iterator returns a "fail safe" iterator ... i.e. if the underlying connection is modified while iterating, the iterator fails vinse and HashMap allows null values
LATER:
dibblego d0gf: yes, but you see the smallest amount of implementation necessary; you don't need to know about ctors, public methods, la la la
d0gf and i never expose concrete implementations to other classes
dibblego yes you do
dibblego public class X{} // you just did
d0gf public class XImpl implements X {}
* dibblego points to "let's not go there" ^^^
ricky_clarkson interface Thinger { public void doSomething(); }
dibblego d0gf: yuk
ThinkNOLA So! It is about the Java Programming Language.
ricky_clarkson public final class ThingFactory { public Thinger newInstance(final int value){return new ThingerImplementation(value);}}
vinse ThinkNOLA: no no
vinse this is a digression
dibblego ricky_clarkson: still yuk, but better
*** YaroslavVB2 has quit IRC (Connection timed out)