API中JUC并发的三个相应包和解释1.java.util.concurrent。concurrent是并发的意思2.java.util.concurrent.atomic。atomic是原子性的意思3.java.util.concurrent.locks。locks是锁的意思