InterviewSolution
Saved Bookmarks
| 1. |
How will you define response time in an AJAX-based web application? |
|
Answer» The response time, also known as LATENCY, is the time SPREAD that passes from the COMMENCEMENT of a client-based request PROCESSING to the server until its ENDS. When the time duration is longer than the expected time or regular time, it is called delay. |
|