InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Proxied And Proxyless Calls In Ajax? |
|
Answer» Proxied CALLS are MADE through stub objects which can be called from PHP CLASSES on the JAVASCRIPT side in AJAX. Proxied calls are made through stub objects which can be called from PHP classes on the JavaScript side in AJAX. |
|