algorithms that jvm follow

Hi , Can anyone tell me the basic alogorithms that jvm follow and where can i get the information about thisThanks in Advance
[146 byte] By [javaminea] at [2007-11-27 9:08:11]
# 1
Err...Why do you wanna know?
-Kayaman-a at 2007-7-12 21:45:55 > top of Java-index,Java Essentials,Java Programming...
# 2
Not sure what you are looking for; however, both the JVM specifications and the language specifications can be found on this site (just Google).
jbisha at 2007-7-12 21:45:55 > top of Java-index,Java Essentials,Java Programming...
# 3

> Hi ,

>

> Can anyone tell me the basic alogorithms that jvm

> follow and where can i get the information about

> this

>

> Thanks in Advance

No, they can't. The spec. for a JVM does not specify algorithms to be used, it specifies contracts that must be met. The JVM is free to implement that using whichever algorithms the developers of the VM see fit

georgemca at 2007-7-12 21:45:55 > top of Java-index,Java Essentials,Java Programming...
# 4
it uses heapsort a lot
mkoryaka at 2007-7-12 21:45:55 > top of Java-index,Java Essentials,Java Programming...