Java

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

JAva Arrays and String s

Array: Array is a collection of elements of same data type.


int a[]= new int[4];

2 types of arrays
-------------------
1) Single dimensional array

You might also like