Android
Programming and Technical
Programming
Technical
How to avoid synchronization problems in threads?
Options
1) Use synchronized block
2) Use Synchronized methods
3) Use synchronized threads
4) both option 1 and 2 is right.
Read Solution (Total 0)
Android Other Question