InterviewSolution
Saved Bookmarks
| 1. |
Which API provides the lowest level interface to the server?(a) C API(b) Perl(c) PHP(d) Python |
|
Answer» Correct answer is (a) C API The best I can explain: The C Application Programming Interface provides the lowest level interface to the server. It enforces the least policy. Therefore it provides the least amount of safety net. |
|