1.

What is the necessity to create a separate file after having an API key?(a) To hold configuration information(b) To hold key details(c) To hold URL details(d) To hold the speed of the processI have been asked this question in semester exam.Question is from Creating a Shared Configuration File using JavaScript in chapter Parsing, Benchmarking and Logging of JavaScript

Answer»

The CORRECT option is (a) To hold configuration information

To EXPLAIN: An application PROGRAMMING interface key (API key) is a code passed in by COMPUTER PROGRAMS calling an application programming interface (API) to identify the calling program, its developer, or its user to the Web site. Once you have an API key you should create a separate file to hold all of the configuration information that you will need to share between processes.



Discussion

No Comment Found

Related InterviewSolutions