Master:
# 1    simple java thread wait and notify video                  
hans
Online no
State
Grouping Member
Class class4
Score 221
Wealth 155.5
Posts 156
Login 21:17:46
http://www.youtube.com/v/PjDP62aizlQ&hl=en_US&fs=1&

java 1.5 has concurrent class, but i still use wait and notify mechanism for some reasons.
Hits: 1079, Date: 2010-04-11 05:04:41
[Agree] ( 5 ) [Against] ( 5 )

# 2    wait and notify mechanism is very important                  
Tim
Online no
State
Grouping Member
Class class3
Score 78
Wealth 84
Posts 51
Login 23:52:42
Especially in batch emails sending program.
Hits: 1074, Date: 2010-04-14 06:44:07
[Agree] ( 5 ) [Against] ( 6 )

# 3    be careful to use notify() and notifyAll()                  
luke1
Online no
State 453
Grouping Super Admin
Class class4
Score 250
Wealth 62
Posts 230
Login 07:37:57
They are much different. I created an emails sending program before, i used notifyAll() got problem.
Hits: 1063, Date: 2010-04-25 22:27:42
[Agree] ( 5 ) [Against] ( 5 )

1 - 3 [ 3]

Reply: simple java thread wait and notify video

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing