COMPUTER NETWORKS AND COMMUNICATIONS
INTERNET AND WEB TECHNOLOGIES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
AJAX
|
|
JSON
|
|
HTML
|
|
Drupal
|
|
Library
|
Detailed explanation-1: -AJAX stands for Asynchronous JavaScript And XML. It refers to web development techniques that use XML, HTML, JavaScript, and CSS for web service interaction allowing for faster and more interactive web applications.
Detailed explanation-2: -AJAX = Asynchronous JavaScript And XML. AJAX is not a programming language. AJAX just uses a combination of: A browser built-in XMLHttpRequest object (to request data from a web server)
Detailed explanation-3: -AJAX = Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.