| Share this post! | Vote this! |
|
The class loading system for Java is both flexible and strong. It will
allow your programs to gains access to class databases without having to
link to "include" files which are static. It will load archive files
which contain these classes and other tools from specific locations.
An example of these locations would be directories. It can also gain resources from locations which have been defined with the CLASSPATH variable. The system can deal with issues which are related to classes and other resources. This is done in a dynamic way, and it will make updates and new releases more simple. more...
An example of these locations would be directories. It can also gain resources from locations which have been defined with the CLASSPATH variable. The system can deal with issues which are related to classes and other resources. This is done in a dynamic way, and it will make updates and new releases more simple. more...




0 comments:
Post a Comment