Question:You have created an application to interface with an inventory storage system, and want to
enable
tracing in the application to track stock shortages and surpluses.
The application should not, however, trace inventory levels if no shortages or surpluses exist.
In addition, you do not want recompile every time to switch tracing capabilities on or off.
What should you do? - (VB.Net) 

A Specify a command-line argument named InventoryTrace, and configure the application to
read the
argument. 

B Specify a system-wide environmental variable named InventoryTrace, and configure the
application to
read the environmental variable. 

C Specify a registry key named InventoryTrace, and configure the application to read the
registry key
setting 

D Specify a BooleanSwitch named InventoryTrace, and configure it in the application
configuration file. 

+ Answer
+ Report
Total Preview: 806

Copyright © 2024. Powered by Intellect Software Ltd