Java class loader: Difference between revisions

Content deleted Content added
CmdrObot (talk | contribs)
m Fix broken URL; Compact wikilink
No edit summary
Line 1:
The '''Java Classloader''' is a part of the [[Java Runtime Environment]] that dynamically [[Loader (computing)|load]]s [[Java class]]es into the [[Java Virtual Machine]]. Usually classes are only loaded [[on demand]]. The Java run time system does not need to know about files and file systems because of class loaders.
 
 
A [[Library (computing)|software library]] is a collection of more or less related [[object code]].