+ 2

What is the difference between Java and Javascript?

I'm confused.

9th Mar 2017, 11:42 AM
SnoopyCodeX
SnoopyCodeX - avatar
2 Answers
+ 4
many differences a simplified answer: java runs on virtual machine and is suited for desktop applications (or android apk). javascript runs in the browser and is suited for responsive webpages/webapps. the list of differences goes on... a google search comes up with a lot of results. https://www.google.com/search?q=+java+javascript+difference&client=firefox-b&oq=+java+javascript+difference&gs_l=mobile-heirloom-serp.12..0j0i7i30j0i8i30l2j0i8i10i30.7107.7107.0.8567.1.1.0.0.0.0.261.261.2-1.1.0....0...1c..34.mobile-heirloom-serp..0.1.260.SiyQkhhfbjw
9th Mar 2017, 12:06 PM
seamiki
seamiki - avatar
+ 1
@seamiki thanks a lot :)
9th Mar 2017, 1:12 PM
SnoopyCodeX
SnoopyCodeX - avatar