Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Arrays 类是否已删除JDK 8?
JDK 8
我刚刚下载了jdk-8-ea-bin-b104-windows-i586-22_aug_2013.exe并试图通过它编译我的程序,但是导入
import java.util.Arrays
正在抛出错误,显示class not found.
class not found
希望你想要这个: -
import java.util.Arrays;
代替
JDK 8 中是否删除了 Arrays 类?
不,他们不是。
看看这个和这个
向使用 JSR 166 Fork/Join 并行公共池的 java.util.Arrays 添加其他实用程序方法,以并行提供数组排序。