Q11 Single choice Mark for later How do you automatically include a custom JavaScript file to be in all of your JSPs? A by adding a reference to the component configuration file B by specifying it as an application parameter in the app.xml C by appending a reference to the Javascript file WebformScripts.properties D by using the <@ page import="custom/myUtils.js"> directive Correct answer