Hi i am starting studying for
SCJP and i was
testing this code and seems strange for me.. i am using a runnable when i use the runnable interface PRINT method is synchronized but when i dont use Interface runnable and i use run method extending from
Thread PRINT is not synchronized using the same Source code.. Sorry by my poor english.
here is the code. Thanks in advance..