answersLogoWhite

0

How linker works?

Updated: 8/10/2023
User Avatar

Wiki User

9y ago

Best Answer

There is no such thing as a Java "linker". There is, however, the concept of a classloader which - given an array of java byte codes from "somewhere" - can create an internal representation of a Class which can then be used with new etc...................

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

It uses to combine some files that are created by the compiler into one single executable file

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How linker works?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is linker error?

An error detected (or perhaps caused) by the linker. Examples: unresolved symbol, duplicated symbol.


What is object linker?

In computer science, a linker or link editor is a program that takes one or more objects generated by a compiler and combines them into a single executable program.http://en.wikipedia.org/wiki/LinkerThis is a response to the question, "What is object linker?". The appropriate question would have been, "What is a linker or link editor in the field of Computer Science and Software Engineering?". Note that a linker is called a loader when it refers to a run-time process. Linkers refer to compile-time processes.


What is a scatter file in c or c plus plus programming?

Scatter File is a linker script file used by RVCT/Keil for ARM processors. It is used by arm linker.


Functions of a linker in system software?

A linker takes the object files produced by the compiler and links them together to form a single machine code executable.


What is a short note on linking error in c plus plus?

A linking error usually denotes some inconsistency between a function's declaration and its definition, typically meaning there is no matching definition for the declared function (an undefined function). Normally this is only a problem if the function is actually called since unused functions are of no concern to the linker, whether defined or not. Linker errors may not relate to errors within your code. An undefined function could simply be the result of not providing the linker with the full path to a function that is implemented in a library. The linker also needs access to all the object files generated by the compiler. If the linker options are correct then the problem is most likely that you've failed to define a declared function.

Related questions

What is the birth name of Amy Linker?

Amy Linker's birth name is Amy Meredith Linker.


Procedure for design of a linker?

what is the procedure for design of a linker ?


When was Irwin Linker born?

Irwin Linker was born in 1939.


How tall is Amy Linker?

Amy Linker is 5' 2".


Who is Julie Linker?

Julie Linker is the author of Disenchanted Princess and Crowned.


When did Zita Linker die?

Zita Linker died on 2009-01-26.


When was Zita Linker born?

Zita Linker was born on 1917-03-01.


What has the author Kate Linker written?

Kate Linker has written: 'Individuals' 'Love for Sale'


What has the author Joseph Burton Linker written?

Joseph Burton Linker has written: 'Mathematics of finance'


What is the linker?

linker is a subprogram,its written by one user and one source code file will exit. linker is a subprogram,its written by one user and one source code file will exit.


What is a linker as applied in programming?

linker is a program that combines the object files, to form executable file of our program.


What is linker error?

An error detected (or perhaps caused) by the linker. Examples: unresolved symbol, duplicated symbol.