InterviewSolution
Saved Bookmarks
| 1. |
Which of the following shows a better runtime performance for coalescing functionality, using functions, and using objects?(a) Firefox unwoundfun(b) Firefox UsingFunct(c) Firefox UsingObject(d) Firefox UsingStruct |
|
Answer» The correct answer is (b) Firefox UsingFunct Easy explanation: When we compare the runtime performance for coalescing functionality, using functions, and using objects, the Firefox UsingFunct shows better performance. UsingFunct improves runtime performance and inturn the user experience. |
|