Powered by Blogger.
Showing posts with label DataStructure. Show all posts
Showing posts with label DataStructure. Show all posts

Different types of Arrays in Java

>> Sunday, July 27, 2014

What is  an Array: Array is a data structure which can store collection of elements with same data type.

Why to use Array: In Real time, if you want to store different marks of a student, you no need to declare all the variables to store the marks like, marks1,marks2,marks3,..e.t.c based on their subjects count. But Instead of declaring n variables simply you can declaring an array to store all these values of same datatype.
Types of Arrays in Java_JavabynataraJ

Read more..

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.