what is mean by dll ?
Please answer me.
Advance thanks.
Answer Posted / sukhwant singh
dynamic link library
Short for Dynamic Link Library, a library of executable
functions or data that can be used by a Windows application.
Typically, a DLL provides one or more particular functions
and a program accesses the functions by creating either a
static or dynamic link to the DLL. A static link remains
constant during program execution while a dynamic link is
created by the program as needed. DLLs can also contain just
data. DLL files usually end with the extension .dll,.exe.,
drv, or .fon.
A DLL can be used by several applications at the same time.
Some DLLs are provided with the Windows operating system and
available for any Windows application. Other DLLs are
written for a particular application and are loaded with the
application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by ejb?
What is ejb and its types in java?
Why do we need ejb?
Why is ejb needed?
What is the purpose of ejb in java?
What’s the difference between hibernate and ejb 3?
What is dependency injection in ejb?
Can EJB made to handle multiple transactions?
What are the types of enterprise bean?
What do you understand by session facade?
What is ejb in java?
What is @enableautoconfiguration?
Elucidate callback in ejb?
What is jar, war, and ear?
Mention the three levels for applying interceptor methods.