What is thread safe function?
Answer / Ravinder Kumar
In a multithreaded environment, a thread-safe function is one that can be safely called from multiple threads without causing conflicts or inconsistencies. This usually means the function manages its own data and does not rely on shared state.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is protocol in objective-c?
What does the objective c program fundamentally comprise of?
What are the 5 performance objectives?
What is toll-free bridging? When is it useful?
What are properties and instance variables in objective c and swift?
What is kvc and kvo? Give an example of using kvc to set value.
What’s the contrast between active, inactive, not-running, background and suspended execution states?
Explain what is data encapsulation in objective-c?
Is objective c similar to c++?
What is strong and weak in objective c?
Explain the difference between uiwindow and uiview?
What is category in objective c?