Which of the following is true about inline JavaScript code execution?

A). It always executes before external JavaScript files.

B). It executes simultaneously with external JavaScript files.

C). It executes after external JavaScript files.

D). It depends on the order of inclusion in the HTML document.