Tuesday, March 3, 2015

KEY METHODS FOR THREAD

Object Class

wait() (final method)
notify() (final method)
notifyAll() (final method)

Thread Class

start();
sleep(); (static method)
yield() (static method)
join() (final method)
setPriority() (final method)

Runnable Interface

run()


No comments:

Post a Comment

Scrum and Scrum master

Scrum  Scrum is a framework which helps a team to work together.  It is like a rugby team (the scrum name comes from rugby game). Scrum enco...