Core Java| JSP| Servlets| XML| EJB| JEE5| Web Services| J2ME| Glossary| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
Class Loader 
 

The Java ClassLoader is a an abstract class which extends the Object class.

 

Class Loader

                         

The Java ClassLoader is a an abstract class which extends the Object class. Java class loader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. Generally Java virtual machine load the classes only on demand. It is not necessary for Java run time system to know about files and file systems because of class loaders. Delegation provides a concept to understand when learning about class loaders.

Libraries in java are usually packaged in Jar files. A software library is a collection of more or less related object code. Libraries may include different sorts of objects, while Java class is the most popular type of objects contained in a Jar file. A class can be supposed as a unit of code having a name. The class loader locates libraries, reads their contents, and loads the classes contained within the libraries. Loading does not occur until the program uses the class bcoz loading is done on demand. A classloader loads only once to a class with a given name. 

A class loader should locate or generate data constituting a definition for the class. A usual strategy performs transformation of the name into a file name and then reads a file of that name from the file system. Class loader does not create class object for array classes, but they are automatically created since required by the Java runtime. For primitive type elements  array class has no class loader. Subclasses of ClassLoader class are implemented by the applications so that the Java virtual machine can dynamically load classes.

                         

» View all related tutorials
Related Tags: java c com stl process tags custom jstl unity tag community set war group js work to standard unit pos

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.