Arrays in Java
Arrays are special data type in Java. Why ? we would discuss that.
Arrays are collections of same data types. It stores all items in continuously memory location.
In Java, we can create array of primitive type variables and reference type variables/ user defined types.
As we saw in previous post, there are two types of variables in Java, 1. Primitive Type 2. Reference Type. Arrays are reference…
View On WordPress














