What is the role of AJAX in web application? Explain with examples.
Answer:
Basically, AJAX is not a completely programing language actually, it is a concept. Basically, the
AJAX is a client-side script that communicates to and with the database without the need to
refresh the complete page. Basically, the AJAX is used to update different parts of the web and
exchange the data with the server but without refresh the entire page. Basically, the AJAX is the
form of many javascript techniques which is used to connect the server dynamically without
refreshing the multiple pages.
AJAX Role in Web Application:
They use different web browsers like chrome, internet explorer, and opera for their user
interface.
They also don’t force the user to wait for the webserver every time when the user clicks
on the button. So it is like the asynchronous. For example, the g-mail gets new mails in
the background but it does not force the user it just refreshes the mail part only for a new
update. And this feature makes the AJAX real-time application that is in the user
computer system.
They use a different feature of the AJAX to get the data in the background and display
the different messages on the user clicks. For example, just we got messages on Facebook
and then click on messages it shows us only messages which we got.
With AJAX the javascript loads the page the handles is the most basic part of the form
the validation and manipulate. But at the same time is to display the change for the
customers and it is also sending data back but is not depend on the action of the
customers.
Answer:
Basically, AJAX is not a completely programing language actually, it is a concept. Basically, the
AJAX is a client-side script that communicates to and with the database without the need to
refresh the complete page. Basically, the AJAX is used to update different parts of the web and
exchange the data with the server but without refresh the entire page. Basically, the AJAX is the
form of many javascript techniques which is used to connect the server dynamically without
refreshing the multiple pages.
AJAX Role in Web Application:
They use different web browsers like chrome, internet explorer, and opera for their user
interface.
They also don’t force the user to wait for the webserver every time when the user clicks
on the button. So it is like the asynchronous. For example, the g-mail gets new mails in
the background but it does not force the user it just refreshes the mail part only for a new
update. And this feature makes the AJAX real-time application that is in the user
computer system.
They use a different feature of the AJAX to get the data in the background and display
the different messages on the user clicks. For example, just we got messages on Facebook
and then click on messages it shows us only messages which we got.
With AJAX the javascript loads the page the handles is the most basic part of the form
the validation and manipulate. But at the same time is to display the change for the
customers and it is also sending data back but is not depend on the action of the
customers.