What is the difference between Java and JavaScript?
Can anyone explain to me What is the difference between Java and JavaScript.
admin Changed status to publish
Basically Java and Javascript are two different things. Javascript is used in HTML pages for animations and run in browsers. . It can insert dynamic text into HTML. JavaScript is also known as browser’s language. JavaScript(JS) is not similar or related to Java.
Java creates applications that run in a virtual machine or browser. Java is an object-oriented programming language.It allows you to create compiled programs that run on nearly every platform. Java promised, “Write Once, Run Anywhere”.
Credit: https://www.geeksforgeeks.org
admin Changed status to publish