I'm reading in Using Java 2 by Joseph L. Weber that "Array declarations are composed of the following parts: Array modifiers | Optional |The keywords coderanch, protected, private, or synchronized."
I understand how an array can be coderanch, protected or private; but synchronized.
The book was publish in 1998. Has this changed?
d