InterviewSolution
Saved Bookmarks
| 1. |
Does AJAX work smoothly with other well-known programming languages? |
|
Answer» AJAX works smoothly with VARIOUS other PROGRAMMING LANGUAGES. AJAX is client-side so it really does not matter how the remote service/API is BUILT. AJAX just NEEDS to remotely connect to the service to fetch/send data. |
|