Multiple choice technology programming languages

Which browsers are supported by AJAX ?

  1. Internet Explorer 5.0

  2. Netscape 7.1

  3. Firefox 1.0

  4. All of Above

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

All listed browsers support AJAX through XMLHttpRequest. IE 5.0 introduced it, Netscape 7.1 and Firefox 1.0 both supported the core XMLHttpRequest API needed for asynchronous requests.