+ 1

What is the difference between java and jQuery?

Make it hard the more you can!!

3rd Nov 2019, 5:16 PM
Rajesh Thakurā„¢
Rajesh Thakurā„¢ - avatar
4 Answers
+ 15
A javaĀ Server Pages is used to create dynamic web pages, based on HTML or XML . JQueryĀ is essentially aĀ javaĀ Script library that simplifies the client side scripting of HTML. It is structured in such a way, that it simplifies selection of DOM elements, creating animations, handling Ajax applications.
3rd Nov 2019, 5:38 PM
Rohitman
Rohitman - avatar
+ 3
Java is a server side language which can use to create desktop application, mobile application like Android App and dynamic web based applications. jQuery is a javascript framework which simplifies the dom structure of javascript, it can be use to create html in a easy way, it can be use to make animation and many more.
4th Nov 2019, 12:04 AM
AĶ¢J
AĶ¢J - avatar
3rd Nov 2019, 5:35 PM
Avinesh
Avinesh - avatar