adspace


What is an exe and a dll?

Answer Posted / Jyoti Shukla

EXE (executable) and DLL (Dynamic Link Library) are both executable files in Windows. An EXE file contains the main program code, entry point, and necessary resources to run a standalone application. A DLL, on the other hand, is a reusable library of functions that can be shared among multiple applications.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143