2002-10-20

_ [today]今日は

日曜日。

_ [topic]WS-I、Sunの役員加入に道開く

Sunの役員入りはほぼ確定? [from ZDNet]

_ [diary]Hashtable と HashMap

Hashtable ht = new Hashtable();
・・・
Enumeration htKeys= ht.keys();
While(htKeys.hasMoreElements()){
 Object key = htKeys.nextElement();
 ・・・
}
HashMap ht = new HashMap();
・・・
Set htKeySet= ht.keySet();
Iterator htKeys = htKeySet.iterator();
While(htKeys.hasNext()){
 Object key = htKeys.next();
 ・・・
}

_ [momonga]momongaインストーラ仕様検討グループ発足

 仕様検討グループMLのアーカイブも公開されてます。[from MPD]

_ [this]てすと

<<ツッコミ・引用禁止>>

本日のリンク元