I have known that I can get the class of int[] by using class.forName("[I"), but How can I get the class of int[][][]?
int[]
class.forName("[I")
int[][][]
Aucun commentaire:
Enregistrer un commentaire