DEVFYI - Developer Resource - FYI

What is linker

J2SE Interview Questions and Answers


(Continued from previous question...)

148. What is linker

A module that builds an executable, complete program from component machine code modules. The Java linker creates a runnable program from compiled classes. See also compiler, interpreter, runtime system.

(Continued on next question...)

Other Interview Questions