InterviewSolution
Saved Bookmarks
| 1. |
What is an Ajax call? |
|
Answer» It’s an asynchronous request initialized by the browser that doesn’t directly result in a page transition. In an AJAX CALL, AJAX COMMUNICATES with the SERVER using the XMLHttpRequest OBJECT. |
|