0 replies on 1 page.
There is a few things you can do with arrays which are surprising. Is it an array or not? Serializable array = new Serializable[9]; Is array an array or a scalar? Well its a scalar which points to an array. Just like Object o = […]
Read: Java arrays, Wat!?