Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Search Engine Optimization (http://siteownersforums.com/forumdisplay.php?f=16)
-   -   What is Array in Java? (http://siteownersforums.com/showthread.php?t=171778)

WellingtonSilva 06-21-2016 05:38 AM

What is Array in Java?
 
Hello Friends,

Please tell me what is array in Java.

robertclark 06-21-2016 07:01 AM

An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed. You have seen an example of arrays already, in the main method of the "Hello World!" application.

seomarqetrix 06-21-2016 09:36 PM

An array, in the context of Java, is a dynamically created object that serves as a container to hold the constant number of values of the same type. By declaring an array, memory space is allocated for values of a particular type.


All times are GMT -7. The time now is 11:10 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.