に私はこのコードを持っている:転送のArrayList [0] javaの
public class Test{
arrayList<String> list = new ArrayList<String>();
String[][] temp_list;
public static void main(String[] args)
{
String temp = list.get(0);
temp_list[0] = temp.split(" ");
}
}
を私は[0] .compilingは成功ですが、私は時にエラーが発生しましたtemp_listに「リスト」の最初の項目を転送したいです私はそれを実行します。これはエラーです:
Exception in thread "main" java.lang.NullPointerException
at Test.main(Test.java:this line=>temp_list[0] = temp.split(" ");)
誰でも私を助けることができますか?
素晴らしい!!!その仕事now.yes、私はtemp_list.thanksの男のサイズを割り当てていない! – Roubie
問題ありません、よろしいですか? – aioobe