once a thread enters any sychorinsed method on an instance , no other thread can enter any other synchronised method on the same instance ? what does this line mean ?
also, how can one method be called by many threads at the same time on the same object ? (this is case when i not use sychronised) how is it possible?