1.2.2 Applications Generation Flashcards
1
Q
What are Linkers and Loaders?
A
Linkers and Loaders store the memory location of any external code used
2
Q
What is a Library?
A
Previously compiled code that can be used by any program. Referenced by a linker or loader.
3
Q
What does DLL stand for?
A
Dynamic Link Library
4
Q
What is Bytecode?
A
A platform independent complied code. Executed by a bytecode interpreter.