当前位置: 代码迷 >> J2SE >> console()?解决方法
  详细解决方案

console()?解决方法

热度:25   发布时间:2016-04-24 15:05:44.0
console()??????????
console()方法在哪个包和类中,在我下载的jdk中的lang包中的System类中找不到这个方法?       是不是版本问题,这个方法变成了什么?

------解决方案--------------------
console
public static Console console()Returns the unique Console object associated with the current Java virtual machine, if any.

Returns:
The system console, if any, otherwise null.
Since:
1.6

jdk1.6才支持!
  相关解决方案