- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How (where) are the elements of an array stored in memory?
In Java, arrays are objects, therefore just like other objects arrays are stored in heap area. An array store primitive data types or reference (to derived data) types Just like objects the variable of the array holds the reference to the array.
- Related Articles
- Where does Array stored in JVM memory in Java?
- Where objects, methods and variables are stored in memory in Java?
- How and where does String literals in Java stored in the memory?
- How Java objects are stored in memory?
- How are Java objects stored in memory?
- C++ Program to find Median of Elements where Elements are stored in 2 different arrays
- Where are the python modules stored?
- Where the PowerShell Modules are stored?
- Where are JavaScript variables stored?
- Where are iOS simulator screenshots stored?
- Where are the app cookies stored on the iPhone?
- Where are static variables stored in C/C++?
- Find MongoDB documents where elements of an array have a specific value?
- How to return an array whose elements are the enumerable property values of an object in JavaScript?
- How to merge an array with an object where values are arrays - JavaScript

Advertisements