Hi
Please could somebody point me to a java example (or create some simple java
code), that writes live data (via a console program) rapped in a object to a
hash table.
I look foward to a reply to this supposedly simple problem that i am unable
to work out.
Thanks Tuurbo.
Chris Smith - 05 Dec 2005 19:13 GMT
> Please could somebody point me to a java example (or create some simple java
> code), that writes live data (via a console program) rapped in a object to a
> hash table.
>
> I look foward to a reply to this supposedly simple problem that i am unable
> to work out.
Your problem description isn't nearly so clear as you seem to believe.
What do you mean by "live data"?

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
Roedy Green - 05 Dec 2005 19:19 GMT
>I look foward to a reply to this supposedly simple problem that i am unable
>to work out.
see http://mindprod.com/jgloss/hashtable.html
http://mindprod.com/jgloss/hashmap.html
You probably want a HashMap, not a Hashtable. You only need
HashTables when you have more than one thread.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.