0
kicks
Difference between EXE and DLL
EXE:
1. It’s an executable program.
2. There is only single main entry.
3. When a system launches new EXE, a new process is created.
4. The entry thread is called in context of main thread of that process.