|
INTERVIEW QUESTIONS
WEB
AJAX
DETAILS
Question: What is AJAX?
Answer: Ajax stands for Asynchronous Javascript & XML. It is a web technology through which a postback from a client (browser) to the server goes partially, which means that instead of a complete postback, a partial postback is triggered by the Javascript XmlHttpRequest object. In such a scenario, web-application users won't be able to view the complete postback progress bar shown by the browser. In an AJAX environment, it is Javascript that starts the communication with the web server. Ajax technology in a website may be implemented by using plain Javascript and XML. Code in such a scenario may tend to look little complex, for which the AJAX Framework in .NET can be embedded in ASP.NET web applications. In addition to XML & Javascript, AJAX is also based on DOM - the Document Object Model technology of browsers through which objects of the browser can be accessed through the memory heap using their address. JSON - Javascript Object Notation is also one of the formats used in AJAX, besides XML. So basically, in an AJAX-based web application, the complete page does not need to reload, and only the objects in context of ajaxification are reloaded. Ajax technology avoids the browser flickering.
|
|
|
Category |
AJAX Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6641 users |
Added on |
8/27/2014 |
Views |
70135 |
Rate it! |
|
|
Question:
What is AJAX?
Answer:
Ajax stands for Asynchronous Javascript & XML. It is a web technology through which a postback from a client (browser) to the server goes partially, which means that instead of a complete postback, a partial postback is triggered by the Javascript XmlHttpRequest object. In such a scenario, web-application users won't be able to view the complete postback progress bar shown by the browser. In an AJAX environment, it is Javascript that starts the communication with the web server. Ajax technology in a website may be implemented by using plain Javascript and XML. Code in such a scenario may tend to look little complex, for which the AJAX Framework in .NET can be embedded in ASP.NET web applications. In addition to XML & Javascript, AJAX is also based on DOM - the Document Object Model technology of browsers through which objects of the browser can be accessed through the memory heap using their address. JSON - Javascript Object Notation is also one of the formats used in AJAX, besides XML. So basically, in an AJAX-based web application, the complete page does not need to reload, and only the objects in context of ajaxification are reloaded. Ajax technology avoids the browser flickering. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Question :: What is AJAX?
|
View Answer
|
|
Tell me about AIX Administrator?
|
View Answer
|
|
How does HTML_AJAX compare with the XAJAX project at Sourceforge?
|
View Answer
|
|
How do I send an image using AJAX?
|
View Answer
|
|
What browsers support AJAX?
|
View Answer
|
|
How do I handle the back and forward buttons?
|
View Answer
|
|
Is Ajax a technology platform or is it an architectural style?
|
View Answer
|
|
Techniques for asynchronous server communication have been around for years. What makes Ajax a “new” approach?
|
View Answer
|
|
Is AJAX code cross browser compatible?
|
View Answer
|
|
What about applets and plugins ?
|
View Answer
|
|
Are there any security issues with AJAX?
|
View Answer
|
|
How do I get the XMLHttpRequest object?
|
View Answer
|
|
Why does HTML_AJAX hang on some server installs
|
View Answer
|
|
What is the minimum version of PHP that needs to be running in order to use HTML_AJAX?
|
View Answer
|
|
Is Ajax just another name for XMLHttpRequest?
|
View Answer
|
|
Is the server or the client in control?
|
View Answer
|
|
What Browsers does HTML_AJAX work with?
|
View Answer
|
|
What parts of the HTML_AJAX API are stable?
|
View Answer
|
|
When will HTML_AJAX have a stable release?
|
View Answer
|
|
What exactly is the W3C DOM?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All AJAX Interview Questions & Answers - Exam Mode /
Learning Mode
|