InterviewSolution
Saved Bookmarks
| 1. |
The application program typically communicates with a database server, through ___________ or other protocols, in order to get or store data.(a) JDBC(b) ODBC(c) All of the mentioned(d) None of the mentionedThis question was addressed to me in quiz.My question comes from Web Fundamentals topic in portion Database Programming Techniques of Database Management |
|
Answer» RIGHT choice is (c) All of the mentioned Explanation: The common GATEWAY interface (CGI) standard DEFINES how the Web SERVER COMMUNICATES with application programs. |
|