1.2 Linkers Loaders & Development Flashcards
1
Q
What are Linkers and Loaders ?
A
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 is ByteCode ?
A
A platform independent compiled code.
Executed by a bytecode interpreter.
4
Q
How does ByteCode work ?
A
- Source code compiled into bytecode.
- Bytecode distributed.
- Interpreted by bytecode interpreter
on client.
5
Q
What are some advantages of ByteCode ?
A
Good for developers
because it hides your source.
Good for users because it
checks for malicious code.