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


Please Help Members By Posting Answers For Below Questions

What is the difference between message driven beans and stateless session beans?

611


What does @inject mean in java?

726


What is ejb and its types in java?

604


can we stop the execution of a method before completion?

2595


What is stateful session bean?

648






What is @injectmock?

588


What is dependency injection in ejb?

633


What is message-driven bean?

664


What is the meaning of acid in the connection of transaction management?

647


What is mdb?

641


What is ejb ql?

653


Which is the only method defined in the javax.ejb.handle interface?

716


What’s new in the ejb 2.0 specification?

611


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?

645


Differentiate Conversational from Non-conversational interactions?

632