What is means by DLL file means ?
What is the use of DLL file?
What are the contents of DLL file?

Answers were Sorted based on User's Feedback



What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?..

Answer / prasanna

DLL means dynamic Link Library.
these are the files used to run the softwares.
each software has the some specified dll files, with their
help only that s/w will execute.

i think it is may not possible to see the contents of the
dll files

Is This Answer Correct ?    57 Yes 3 No

What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?..

Answer / pradeep

DLL means Dynamic Link Library
These are useed to run software.
contentes are not possible to see.........

Is This Answer Correct ?    25 Yes 6 No

What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?..

Answer / sharan 9611129457

DLL- Dynamic Link Library.
DLL files supports s/w to run properly.
Contents of the DLL file's cannot be viewed.

Is This Answer Correct ?    12 Yes 2 No

What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?..

Answer / ida

What exactly .DLL Means?
You may have often heard about dll files, but you may not
know exactly what it means. This article would help you in
obtaining some general information related to dll files. In
very simple terms dll file or dynamic link library is a
collection of small programs, or support files for some
types of software.

Mostly, these files are located in the directory of your
Windows System. Whenever the need arises, it can be called
upon by the executable program (EX) that is running on your
Windows.

Often, the dll files let the EX or the executable program
communicate with a specific required device such as a
printer. But sometimes it cannot let the executable program
communicate automatically. At such times, it contains
source code to do particular functions.

For example suppose if the executable program requires the
free space of your hard drive. Then, it can call the DLL
file containing the function with specific parameters and a
call function. The DLL file would then tell the executable
program the required free space. This will enable the
executable program to be in proper size and thus it will
write only the existing function.

This will give the information about the free space to the
executable program, and there is no necessity to write all
the source code on your hard drive thus it saves space.
Whenever a DLL file is used in this manner, it is also
called as shared file.

The main advantage of DLL files is that they save the space
in Random Access Memory (RAM), as they do not get loaded
into it along with the main program. It is loaded only if a
dll file is called upon.

For example, if you want to edit a Microsoft Word document,
then there is no necessity to load DLL file of the printer
into Random Access Memory. If there is a need to print the
document, then the DLL file of the printer is downloaded
automatically and a call is made to print the page.

Along with, saving space, it also saves time as many of the
files are already installed in the windows.

In simple words, you can say that a dll file is an
executable file that runs with the help of another
executable file from inside Windows.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  


How do you implement singleton class?

0 Answers  


take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..

2 Answers   Emphasis,


What is the replace tool?

0 Answers  


Can an interface have a class?

0 Answers  






What is assembly condition codes?

0 Answers  


Can a class be private?

0 Answers  


What is method in research paper?

0 Answers  


What is scope of a variable?

0 Answers   TCS,


What is a nullable field?

0 Answers  


Explain about varargs in java?

0 Answers  


Can we cast any other type to boolean type with type casting?

0 Answers  


Categories