Definitely not at the booting(Start time) of the system.
I presume that the Java virtual machine knows nothing of the Java programming language, only of a particular binary format, the class file format and a class file contains Java virtual machine instructions (or bytecodes) or other ancillary information required to run the application or to manipulate the memory at run-time.
so I feel that the JVM is like a
thread that starts, sleeps and gets invoked by class files.
wanna know about JVM.
check out this .
http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html [ September 19, 2005: Message edited by: Manikanta Sabarish ]
[ September 19, 2005: Message edited by: Manikanta Sabarish ]