WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
AJAX
|
|
JSON
|
|
HTML
|
|
Drupal
|
|
Library
|
Detailed explanation-1: -Ajax( Asynchronous JavaScript And XML) is a set of web development techniques that use masny web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can asynchronously send and retrieve data from a server without interfering with the existing page’s display and behavior.
Detailed explanation-2: -Introducing Asynchronous JavaScript Technology and XML (Ajax) Using JavaScript technology, an HTML page can asynchronously make calls to the server from which it was loaded and fetch content that may be formatted as XML documents, HTML content, plain text, or JavaScript Object Notation (JSON).
Detailed explanation-3: -AJAX supports data exchange with a web server behind the scenes and allows webpages to update asynchronously. This makes it possible to update parts of a particular webpage and display the results to a user quickly, without having to wait to reload the entire page.
Detailed explanation-4: -Ajax requests are Asynchronous by nature, but it can be set to Synchronous, thus, having the codes before it, execute first.
Detailed explanation-5: -With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behaviour of the existing page.