CGI Programming / Scripts Question:
Download Job Interview Questions and Answers PDF
Should I use CGI or an API?
Answer:
APIs are proprietary programming interfaces supported by particular
platforms. By using an API, you lose all portability. If you know
your application will only ever run on one platform (OS and HTTPD),
and it has a suitable API, go ahead and use it. Otherwise stick to CGI.
platforms. By using an API, you lose all portability. If you know
your application will only ever run on one platform (OS and HTTPD),
and it has a suitable API, go ahead and use it. Otherwise stick to CGI.
Download CGI Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Perl? | What is the difference between an interpreted language and a compiled language? |