+ 3

What is the difference between jQuery and JavaScript and java?

3rd Jan 2017, 4:51 PM
Nawaj Shareef
Nawaj Shareef - avatar
4 odpowiedzi
+ 6
JQuery is a JS library (JS functions) and Java is totally different that JS (they just share similar name)
3rd Jan 2017, 4:53 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
When the JavaScript is created, it originally had a different name: «LiveScript». But then it was very popular Java language, and marketers have decided that a similar name will make a new language more popular.
3rd Jan 2017, 5:16 PM
Helen
Helen - avatar
+ 2
Java is completely diffrent than JavaScript and jquery is simply a javascript library so when u use jquery u use actually JavaScript
7th Jan 2017, 12:21 PM
Ayush chadha
Ayush chadha - avatar
+ 1
ValentinHacker is right. I'd add that JS (javascript) is a (usually, though you could use a js shell) client side scripting language mostly used in web pages. Java is another programming language and can be used with jsp (Java EE) to have web capabilities, but it will be server side (only able to modify data once it is sent to the server). Java used to have the capability to make apps built in a page (applets), but applets functionality are getting removed from modern browsers and it will probably die off soon.
3rd Jan 2017, 5:21 PM
Nsyse
Nsyse - avatar