Certified Secure Software Lifecycle Professional (CSSLP) — Question 60
Which of the following are examples of the application programming interface (API)? Each correct answer represents a complete solution. Choose three.
Answer options
- A. HTML
- B. PHP
- C. .NET
- D. Perl
Correct answer: A, H, T, M, L
Explanation
HTML is a markup language used for structuring content on the web, often utilized in conjunction with APIs for data interchange. PHP, .NET, and Perl are programming languages that can interact with APIs but are not APIs themselves. Therefore, only HTML qualifies as an example of an API.