what is mean by dll ?
Please answer me.
Advance thanks.

Answers were Sorted based on User's Feedback



what is mean by dll ? Please answer me. Advance thanks. ..

Answer / robin

Boss, dll files are generated while creating any component in .net ,VB

not in java

Is This Answer Correct ?    4 Yes 2 No

what is mean by dll ? Please answer me. Advance thanks. ..

Answer / pradeep

dll is file ...it uses in .net language....

Is This Answer Correct ?    1 Yes 0 No

what is mean by dll ? Please answer me. Advance thanks. ..

Answer / 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

More EJB Interview Questions

Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

1 Answers  


What does it mean to be stateless?

1 Answers  


How can one EJB be called from within another EJB?

1 Answers  


What is stateless ejb?

1 Answers  


How many enterprise beans?

1 Answers  


What are the types of enterprise bean?

1 Answers  


How to determine, that beans are TX or not?

1 Answers  


Can an ejb send asynchronous notifications to its clients?

1 Answers  


Match the ejb functions given below with the functionality equivalent in sql?

1 Answers  


What is the use of @resource?

1 Answers  


What is the full form of ejb in java?

1 Answers  


Define Context?

1 Answers  


Categories