Multiple choice technology architecture

AJAX Libraries Used :

  1. JQuery.

  2. DOJO.

  3. Both a and b.

  4. None of the above.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

jQuery and Dojo (DOJO) are both popular JavaScript libraries used for AJAX development. jQuery provides the ajax() method and shortcuts like get()/post(), while Dojo Toolkit includes XMLHttpRequest wrappers and AJAX utilities. Both are widely used, making Option C correct.