Hi, i read something about synchronized keyword in Java, does synchronized method blocks the whole object, which
means i will not be able to use other methods in the same object ??
Thank you
Printable View
Hi, i read something about synchronized keyword in Java, does synchronized method blocks the whole object, which
means i will not be able to use other methods in the same object ??
Thank you