Hi guys, first time user here!
what does this line of code mean???
==
Object obj = new Object()
synchronized(obj) {
obj.wait()
}
==
Can't figure wats the objective? could someone explain in layman terms??? tks!!!
Printable View
Hi guys, first time user here!
what does this line of code mean???
==
Object obj = new Object()
synchronized(obj) {
obj.wait()
}
==
Can't figure wats the objective? could someone explain in layman terms??? tks!!!