Results 1 to 4 of 4

Thread: Kindly explain the difference

  1. #1
    Contributing Member
    Join Date
    Jul 2006
    Answers
    63

    Kindly explain the difference

    I know exe are executable that gets generated after compilation. But can someone tell me the difference between EXE and a DLL?


  2. #2
    Junior Member
    Join Date
    Jul 2006
    Answers
    4

    Re: Kindly explain the difference

    Quote Originally Posted by christia
    I know exe are executable that gets generated after compilation. But can someone tell me the difference between EXE and a DLL?
    Hi

    Dll is faster WRT exe, because dll runs within the same process space of its client
    where as exe runs on its own process space.

    Difference :-
    1. Dll is faster than exe
    2. dll is in-process whereas exe is out-process

    Regards
    Santhi


  3. #3
    Contributing Member
    Join Date
    Jul 2006
    Answers
    63

    Re: Kindly explain the difference

    Santhi this is a good explanation which helps me to learn about EXE and a DLL. Hope someone gives some more differences in this discussion.


  4. #4
    Junior Member
    Join Date
    Aug 2008
    Answers
    1

    Talking Re: Kindly explain the difference

    dll is an assembly. You can not run directly this one must and should you have implement in another program. Where EXE is an executable. you can execute directly with out open any program.

    Another Way :

    DLL stands for dynamic-link library and is Microsoft’s implementation of a shared library. This means that many different programs can use this library to do their tasks making it easier on the programmers so that they do not have to keep reinventing the wheel each time they write software. In simple terms a .DLL file will contain logic that other programs will use.

    EXE stands for executable and denotes that a program is executable. This just means that if you double click on the file a program will run, normally with some kind of interface for a user to interact with. The file formats for EXE and DLL actually the same.

    For more in depth information we suggest you check out the wikipedia.org entries for DLL and EXE.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact