InterviewSolution
Saved Bookmarks
| 1. |
According to the workflow of a runtime logging, what happens after calculating the run time?(a) Display to screen(b) Log to server(c) Either Display to screen or Log to server(d) Server to log |
|
Answer» The correct answer is (c) Either Display to screen or Log to server Best explanation: According to the workflow of a runtime logging, after calculating the run time, decision boxes are kept that will check to either display to the debug screen or log to the server. |
|