Question:Which of the following illustrates correct synchronization syntax? 

A public synchronized void Process(void){} 

B public void Process(){ synchronized(this){ } } 

C public void synchronized Process(){} 

D public synchronized void Process(){} 

+ Answer
+ Report
Total Preview: 628

Copyright © 2025. Powered by Intellect Software Ltd