1. Introduction to map in Java 2. Is map thread security in Java? 3. How can we make map like hashMap safe, and other alternatives 4. What are the ways to implement synchronization? 5. How is synchronized used? 6. What is the difference between synchronized object binding and synchronized method binding? 7. Between threads
1. Introduction to map in Java 2. Is map thread security in Java? 3. How can we make map like hashMap safe, and other alternatives 4. What are the ways to implement synchronization? 5. How is synchronized used? 6. What is the difference between synchronized object binding and synchronized method binding? 7. Between threads
1. Introduction to map in Java
2. Is the map thread of Java Secure?
3. How can I make map like hashMap safe and other alternatives?
4. How to implement synchronization?
5. How is synchronized used?
6. What is the difference between synchronized object binding and synchronized method binding?
7. Collaboration between threads. For example, when a thread occupies resources, other threads are in the blocking status. After the threads are used up, they are released and other threads are notified when they are released. How can this problem be achieved? What is a keyword?
8. When try is followed by finally, what is the role of finally?
9. Which core classes are used to access a file and read a file in Java?
10. i/O operations are related to disk writing. To improve performance, the operating system may use some caches, which may not be written to the disk, but to the operating system cache, we have to write the content to the disk forcibly. How can this problem be achieved? For mandatory synchronization and then close, how does this synchronization work?