InterviewSolution
Saved Bookmarks
| 1. |
Which Phase Is Function & Which Phase Is Task? |
|
Answer» Only RUN PHASE is a TASK (time consuming phase) & other PHASES are functions (non-blocking). Only run phase is a task (time consuming phase) & other phases are functions (non-blocking). |
|