Dynamic loading is a mechanism by which a computer program can, at runtime, load a library into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. Unlike static linking and loadtime linking, this mechanism allows a computer program to startup in the absence of these libraries, to discover available libraries, and to potentially gain additional functionality.

PropertyValue
dbpprop:abstract
  • Dynamic loading is a mechanism by which a computer program can, at runtime, load a library into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. Unlike static linking and loadtime linking, this mechanism allows a computer program to startup in the absence of these libraries, to discover available libraries, and to potentially gain additional functionality.
dbpprop:hasPhotoCollection
dbpprop:javadocSeProperty
  • ClassLoader
  • java/lang
dbpprop:reference
dbpprop:wikiPageUsesTemplate
rdf:type
rdfs:comment
  • Dynamic loading is a mechanism by which a computer program can, at runtime, load a library into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. Unlike static linking and loadtime linking, this mechanism allows a computer program to startup in the absence of these libraries, to discover available libraries, and to potentially gain additional functionality.
rdfs:label
  • Dynamic loading
owl:sameAs
skos:subject
foaf:page
is dbpprop:disambiguates of
is owl:sameAs of