What does AJAX stand for in web development?

  • Asynchronous JavaScript and XML
  • Advanced JavaScript and XML
  • Asynchronous JavaScript and XHTML
  • Advanced JavaScript and HTML
AJAX stands for "Asynchronous JavaScript and XML." It is a set of web development techniques used to create asynchronous web applications. While XML was commonly used in the past, JSON is more prevalent today for data interchange in AJAX requests.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *