Two - Thread Program
Hi All,
I want to write a pgm using Threads given the problem scenario as:
I'm pretty new to Threads!
Write a NumberFactory class
- AddNumber and DisplayNumber are the threads running in the class
- AddNumber will add all ten numbers continuously
- DisplayNumber will display numbers in reverse order continuously
- The two threads should do the above in a synchronized fashin, ten times
Can anyone help me with this...? the approach etc
Thanks in advance,
Sanlearns

