What is an Array? An array is a collection of similar data types. For example, if we want to store the names of 50 people then we can create an array of string data type that can store 50 names. String[] names = new String[50]; Here, the above array ...
amanmandal.hashnode.dev4 min read
No responses yet.