AJAX Difference FAQs-1
1.Difference between AJAX and jQuery
S.No AJAXjQuery1AJAX is a powerful tool which cannot use HTML since it is a simple tool and it can not reload the page after it is once loaded.JQuery is a light weight language that focuses the interaction in the HTML elements.2 AJAX is a combination of several technologies such as CSS, HTML, DOM and many more. In combination with these technologies, AJAX provides new functionalities.JQuery cannot provide a new functionality by combining with other technologies.3 AJAX should be accessed in a proper procedure to retrieve data from the server.JQuery can be accessed through front-end therefore JQuery does not require understanding of the complete procedure to setup a page.4 Heavy usage of AJAX often leads to the server overload due to more number of connections created.There is no chance for overload of server while using JQuery since there is no such heavy usage in JQuery.
2.Difference between AJAX and JavaScript
S.No AJAXJavaScript1AJAX allows the coder send request data asynchronously in order load new data without changing the web page.JavaScript is a client side scripting language that allows the creation of dynamic web pages by providing a new level of interactivity.2 AJAX supports the server side scripting Language.JavaScript provides support to the client side scripting language.3 AJAX can load the web page after it is been loaded for the first time.JavaScript cannot load the pages after it is once loaded.4 AJAX does not install Trojan in the computer.JavaScript can install Trojan in the computer.
it was of a lot of help !! thankk uuu
ReplyDelete