QuestionQ305

Secure Software Concepts

Which of the following are examples of an application programming interface (API)? Each correct answer is a complete solution.

Choose three
  • A HTML
  • B PHP
  • C .NET
  • D Perl
Explanation

PHP, .NET, and Perl provide callable programming interfaces: PHP extensions expose APIs, .NET supplies extensive library APIs, and Perl publishes a public API for extension writers. HTML is a markup language rather than an application programming interface.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!