what is mean by dll ?
Please answer me.
Advance thanks.
Answers were Sorted based on User's Feedback
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 |
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 |
In EBs the DB state is more consistent than SBs why?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
What does ejb stand for?
What are the required methods to implement EJB architecture?
What optimization could I use if the ejb container is the only point of write access to the database?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
What is meant by ejb?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
How can a CORBA object, accessed from a EJB?
What causes statelessness?
What do you mean by ejbdoclet?