¡@

Home 

java Programming Glossary: generations

what is string interning?

http://stackoverflow.com/questions/10578984/what-is-string-interning

the main part of the Java heap known as the young and old generations along with the other objects created by the application. This..

Java garbage collector - When does it collect?

http://stackoverflow.com/questions/1582209/java-garbage-collector-when-does-it-collect

memory big blocks are typically placed directly into older generations the system checks whether there's enough free space in the gen..

Java heap terminology: young, old and permanent generations?

http://stackoverflow.com/questions/2129044/java-heap-terminology-young-old-and-permanent-generations

heap terminology young old and permanent generations I'm trying to understand how the concepts of young old and.. to understand how the concepts of young old and permanent generations in the Java heap terminology and more specifically the interactions.. and more specifically the interactions between the three generations. My questions are What is the young generation What is the old..

How good is java.util.Random?

http://stackoverflow.com/questions/453479/how-good-is-java-util-random

many bits are set in the number and then it takes a few generations to get out of this rut. Other possibilities are combine different..

Virtual Memory Usage from Java under Linux, too much memory used

http://stackoverflow.com/questions/561245/virtual-memory-usage-from-java-under-linux-too-much-memory-used

This is a Sun JVM so the heap is broken into multiple generations each of which is its own memory block. Note that the JVM allocates..

intern() behaving differently in Java 6 and Java 7

http://stackoverflow.com/questions/7065337/intern-behaving-differently-in-java-6-and-java-7

the main part of the Java heap known as the young and old generations along with the other objects created by the application. This..

How many threads can a Java VM support?

http://stackoverflow.com/questions/763579/how-many-threads-can-a-java-vm-support

Thread. Any machine with a modern CPU most recent couple generations of AMD or Intel and with 1 2 Gig of memory depending on OS can..

Java Garbage Collection Log messages

http://stackoverflow.com/questions/895444/java-garbage-collection-log-messages

generation or referenced from the tenured or permanent generations. The next number in parentheses e.g. 776768K again from the..