As we know in advance java there are some parts are there which are very much important during handling project. AJAX means asynchronous java script XML. But i want to know what the actual use of AJAX is when we are handling project. Does anybody know please reply? Thank you
The use is that you can add/change/remove data without chaning pages, alles within the same page. http://en.wikipedia.org/wiki/Ajax_(programming)
AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. You might find this helpful: adaptivepath.com/ideas/ajax-new-approach-web-applications What do you mean by use of AJAX in handling project?