Multiple choice technology web technology

AJAX is...

  1. a computer Language

  2. is a technology

  3. is optimizer which makes website load faster

  4. is a server side language

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

AJAX is a web development technique for creating interactive web applications. It uses existing technologies like JavaScript and XMLHTTPRequest to asynchronously exchange data with a server, updating parts of a page without full reloads.