InterviewSolution
Saved Bookmarks
| 1. |
What Is Sdk? |
|
Answer» A Software Development KIT (SDK) is a SET of tools used to develop APPLICATIONS for a PARTICULAR platform. An SDK typically contains a compiler, linker, and DEBUGGER. It may also contain libraries and documentation for APIs. A Software Development Kit (SDK) is a set of tools used to develop applications for a particular platform. An SDK typically contains a compiler, linker, and debugger. It may also contain libraries and documentation for APIs. |
|