InterviewSolution
Saved Bookmarks
| 1. |
How Can We Handle Concurrent Requests? |
|
Answer» Javascript functions should be WRITTEN to handle concurrent requests and CALL back function can be PASSED as a PARAMETER. Those parameters are passed to AjaxInteraction(URL, callback) object. Javascript functions should be written to handle concurrent requests and call back function can be passed as a parameter. Those parameters are passed to AjaxInteraction(URL, callback) object. |
|