Trending JVM Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Mohd shahnawaz khan's image
Question added by Mohd shahnawaz khan Associate Project Cognizant Technology Solution
10 years ago
Answers:
1
Followers:
Views:
293
Vote Count:
0
Answer should contain a minimum of 25 characters.
shaik rafi's image
Question added by shaik rafi software developer Innovative technologies
10 years ago
Answers:
2
Followers:
Views:
131
Vote Count:
0
Answer should contain a minimum of 25 characters.
Aymen Tahri's image
Question added by Aymen Tahri Java Ee Developers/Senior Developers ULLINK
7 years ago
Answers:
0
Followers:
Views:
2
Vote Count:
0
Answer should contain a minimum of 25 characters.
Default profile image  
Answer added by  Deleted user
11 years ago

If I understood your question correctly, are you referring to how the code is compiled in order to run it to a specific machine architecture? if so, then .NET does exa ... See More

JAMISETTI SIVA KUMAR's image  
Answer added by  JAMISETTI SIVA KUMAR
10 years ago

Java stores objects in heap. Thus, if we keep on creating objects without clearing the heap, our computers might run out of heap space and we get ‘Out of Memory’ error. G ... See More

Phu Le's image  
Answer added by  Phu Le, Senior Developer, FPT Software
8 years ago

1. Architecture of JVM contains  Classloader, Class(Method) Area, Heap, Stack, Program Counter Register, Native Method Stack, Execution Engine   2. Hotspot adaptive optim ... See More

Default profile image  
Answer added by  Deleted user
9 years ago

JRuby (an implementation of Ruby) and Jython (an implementation of Python) are the other well known JVM languages. Microsoft answer to this is the open specification call ... See More

Huzefa chikhly's image  
Answer added by  Huzefa chikhly, JAVA DEVELOPER, PRIMALINK SOLUTIONS INDIA PVT LTD
10 years ago

garbage collection is done by jvm in certain time interval(gap of time is uncertain). all the object in application are store in heap memory. there r some objects in heap ... See More