java.lang.NullPointerException when I create an array that uses values of an other class

前端 未结 0 383
傲寒
傲寒 2020-12-19 20:22

I have a class Student with 3 attributes,

public static class Student{

public String firstname;
public String lastname;
public int studentnumber;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题