這裏是我的代碼:System.console()NullPointerException異常
System.out.println("Enter Username : ");
String unm=System.console().readLine();
System.out.println("Enter Password: ");
char[] pwd=System.console().readPassword();
System.out.println("Welcome : "+""+" Your password is "+ new String(pwd));
爲什麼我geeting這個錯誤?
輸入用戶名:
異常在線程 「主」 顯示java.lang.NullPointerException在Cons.main(Cons.java:13)
該:13意味着第13行,在未來它可以幫助,如果你告訴我們這是哪一行:) – user1445967
看看這裏http://stackoverflow.com/questions/26078106/system-console-gives-nullpointerexception -in-的NetBeans – Zia