Anonymous Array in Java
An array without name is known as anonymous array in java. As the array do not have any name so it can be used only once. Anonymous array is passed as an argument of method. Anonymous array is created and initialized in the same line. How to Create Anonymous Array in Java? A sample program …
