I am wondering how the Java VM allocates memory? Does JAVA allocate memory in physical memory on our computer? Right now I am trying to compare two data structures, a linked list and an array with caution in terms of page error and cache miss / miss, to see the performance of each data structure at a really low level (hard drive, memory, cache level)
I do not know if this answers your question, but IBM has a good article on how the JVM uses the built-in memory in Windows / Linux.
Java . , , .
Java , , , . ( ) , , . ( )
ArrayList, , LinkedList, , .
Java , . , , . , , JVM .
Source: https://habr.com/ru/post/1796671/More articles:Django: follow relationships back - pythonopenid with appengine - javaSQL Server registration and summary statement - sqlPHP - access to global variables in all class functions - phpКорпоративные JavaScript Советы - javascriptКак начать с PHP на Ubuntu - phpКак я могу мультиплексировать вывод в дескриптор файла ОС в Python? - pythonAndroid - send audio file using MMS - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1796675/going-from-java-desktop-programming-to-android-application-developement&usg=ALkJrhiMuauKW6QCLGOkHXdsbwMzRiBdPwLimited number of active methods? - c ++All Articles