class Sample{ public Sample(){ this(5); <-array = new String[5];と書くよりも修正が楽。 } public Sample(int length){ array = new String[length]; } }