What is means by DLL file means ?
What is the use of DLL file?
What are the contents of DLL file?
Answer Posted / prasanna
DLL means dynamic Link Library.
these are the files used to run the softwares.
each software has the some specified dll files, with their
help only that s/w will execute.
i think it is may not possible to see the contents of the
dll files
| Is This Answer Correct ? | 57 Yes | 3 No |
Post New Answer View All Answers
Which is better list or arraylist in java?
What is java instanceof operator?
what are the states associated in the thread? : Java thread
What is a memory leak in java?
What is the purpose of using the java bean?
What is the output of the below java program?
Why java is object oriented?
Does java support multiple inheritance or not?
What is autoboxing in java?
Is arraylist ordered in java?
What is rmi and steps involved in developing an rmi object?
What is enhanced loop in java?
What does sizeof return?
Can private method static?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?