QuestionQ7

Managing Applications

What benefits result from storing most of an Application’s server-side script logic in a Script Include?

  • A a, b, and d
  • B a, b, c, and d
  • C b, c, and d
  • D a, b, and c
Explanation

Script Includes hold reusable server-side functions or classes that run when another script calls them. Because they are loaded on request, they can improve efficiency; shared logic is maintained in one location. A protected Script Include also protects intellectual property by preventing customers who install the application from seeing the script contents.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!