--int [] type toString method is not overridden
-→ The toString method of the Object class is executed --String type toString method is overridden -→ The toString method of the String class is executed
Recommended Posts