1 Answer

0 votes
by
The term Ajax was coined by Jesse James Garrett and is a short form for "Asynchronous Javascript and XML". Ajax represents a set of commonly used techniques, like HTML/XHTML, CSS, Document Object Model(DOM), XML/XSLT, Javascript and the XMLHttpRequest object, to create RIA's (Rich Internet Applications).
Ajax gives the user, the ability to dynamically and asynchronously interact with a web server, without using a plug-in or without compromising on the user’s ability to interact with the page. This is possible due to an object found in browsers called the XMLHttpRequest object.

Related questions

0 votes
    Asynchronous Javascript and XML (Ajax) is technique for creating better, faster, and more interactive web applications. In addition to ... Perl, and C++ D. Java, ASP, and C#...
asked Mar 10, 2023 in Technology by JackTerrance
0 votes
    When working with Ajax applications, which is faster, XML or JSON? A. XML, because it is extensible B. JSON, ... D. JSON, because it is already parsed into a JavaScript object...
asked Mar 10, 2023 in Technology by JackTerrance
0 votes
    How to check request is ajax or not ?...
asked Sep 30, 2021 in Technology by JackTerrance
0 votes
    Mention & explain the different approaches use to implement Ajax in MVC?...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    Can we use AJAX with Seam?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    The data from the AJAX request is usually in XML. True or False? 1. False 2. True...
asked Feb 26, 2021 in Technology by JackTerrance
0 votes
    AJAX requests can support data transfer in ______ format 1. None of the options 2. JSON 3. XML 4. Any...
asked Feb 26, 2021 in Technology by JackTerrance
0 votes
    Explain differences between the page execution lifecycle of an ASP.NET page and an ASP.NET AJAX page?...
asked Dec 31, 2020 in Technology by JackTerrance
0 votes
    Difference between Server-Side AJAX framework and Client-side AJAX framework?...
asked Dec 31, 2020 in Technology by JackTerrance
0 votes
    Can I use ASP.NET AJAX with any other technology apart from ASP.NET?...
asked Dec 31, 2020 in Technology by JackTerrance
0 votes
    What are the requirements to run ASP.NET AJAX applications on a server?...
asked Dec 31, 2020 in Technology by JackTerrance
0 votes
    Which is the current version of ASP.NET AJAX Control Toolkit?...
asked Dec 31, 2020 in Technology by JackTerrance
0 votes
0 votes
    How to pass json format data on ajax call?...
asked Dec 10, 2020 in Technology by JackTerrance
0 votes
    I have an html select on my page $query = mysql_query("select * from results"); echo " "; while ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 11, 2022 in Education by JackTerrance
...