Which two statements are true regarding Threads ?
Deadlock will not occur if wait( ) / notify( ) is used.
Both wait( ) and notify( ) must be called from a synchronized context.
Synchronization can prevent two objects from being accessed by the same thread.
The wait( ) method is overloaded to accept a duration.
The notify( ) method is overloaded to accept a duration.