Home > Back-end >  JAVA bosses to see come over
JAVA bosses to see come over

Time:04-30

How can look for the elements in the array and enter them in Java, help children

CodePudding user response:

 
//student
Public class Student {
string name;
Char gender;
int age;
double score;
}
//collection
List List=new ArrayList<> (a);

  • Related