Anonymous Arrays – Free Java Tutorials
Arrays can be declared without variable names, such arrays are called Anonymous arrays. Such arrays are made for single time use. Once used they can not be used again in the entire life of the program. The main purpose of creation of anonymous arrays is instant use. While creating anonymous arrays we cannot specify the …