32.ExecutorService cTdPool = Executors. newCachedThreadPool();

32.ExecutorService cTdPool = Executors. newCachedThreadPool(); 代码的作用是?"

A.创建缓存线程池

B.创建固定大小线程池

C.创建定时线程池

D.以上都不对

正确答案是A