Java练习题 10# Java - 爪哇娇娃
u*s
1 楼
Q1. What's the difference between process and thread?
Q2. What's the difference between Runnable and Callable?
Q3. What's the difference between when use synchronized method/block and
when use ReentrantLock
Q4. How to achieve wait/notify/notifyAll using java.util.concurrent package?
Q5. What is serialVersionUID? what is it for?
Q2. What's the difference between Runnable and Callable?
Q3. What's the difference between when use synchronized method/block and
when use ReentrantLock
Q4. How to achieve wait/notify/notifyAll using java.util.concurrent package?
Q5. What is serialVersionUID? what is it for?