Multiple choice technology

Is Ajax a I) technology platform II)It is an architectural style

  1. I

  2. II

  3. Both I & II

  4. I or II

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

Ajax is both a technology platform (using XMLHttpRequest, JavaScript, CSS, HTML) and an architectural style (asynchronous, non-blocking updates). It represents both the technical implementation and the design pattern.