Home Segments Top Top Previous Next

9: Mainline

When you run a Java program, it fetches each class definition only when needed. Thus, Java is said to load classes dynamically or on demand.

Certain Java programs are intended to be used in cooperation with a web browser such as Netscape Navigator, which contains a Java virtual machine capable of loading Java classes dynamically via a local-area network or via the Internet.