The difference between .sys and .dll is that .sys is used for system files like booting purpose and .dll(dynamic link library) is used for dividing code so whenever we want to use that code of component then it can be easily used and help to rewrite again and avoid duplication and make program more faster to process.
No comments:
Post a Comment