Answer Posted / Ravindra Kumar Verma
@synchronized() is a preprocessor directive used to lock access to a critical section of code in Objective-C. This ensures that only one thread can execute the synchronized block at a time, preventing race conditions and ensuring concurrent thread safety.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category