Loading, Linking , initialization

Hi,

A Java program is written, compiled and run. Now can anyone explain me the behind the scenes of this sequence.

Also in a class x i call some static method of someother class for ex y, will the class y will be loaded in the memory in the compile time?

Please explain or point to some resource which will help me to understand the above.

Thanks!

[378 byte] By [venksrira] at [2007-10-3 3:04:32]
# 1
http://java.sun.com/docs/books/jls/index.html
hiwaa at 2007-7-14 20:54:33 > top of Java-index,Java Essentials,Java Programming...