Thursday, July 15, 2010

Types of Class Loader: JVM Architecture..

basic function of class loader is to read bytecodes into array and create namespace in namespace. there are two types of class loaders: promodia class loader and class loader objects

1. promodia class loader

it loads all necessary classes required for VM, it is bootstrap class loader.

2. class loader objects

there are 3 class loaders AppletClassLoader, RemoteClassLoader and SecurityClassloader.

No comments:

Post a Comment