Type[] name = new Type[Size];
Example : boolean[] charSet = new boolean[256];
Example :
Note :
1)Default value of Boolean array element is False
2) Default value of Int array element is 0
No comments:
Post a Comment