選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

explanation.txt 209B

12
  1. Under Java 1.4 the target of a clone() method called on an array type was 'Object.clone' in the byte code.
  2. Under Java 1.5 this has been changed to be (correctly) a call to the clone() method on the array type.