Explanation of the unclear distinction between Javascript download and Java download
Many people don’t know the difference between Java and Javascript . This is a brief explanation. First, Java is a computer programming language officially released by Sun Microsystems under the name Java in 1995. It is cross-platform and object-oriented. programming is a major feature of Java, followed by Sun Microsystems by Oracle ( the Oracle ) as mergers and acquisitions, Java naturally become one of Oracle's products, if you want to download Java can be downloaded from Oracle's website, now has Traditional Chinese webpage!
Java official download page: http://www.java.com/ (JAVA Download page.)
Next is the introduction of JavaScript. When it comes to the history of JavaScript, it is also related to Java. Basically, the original design of JavaScript is I hope it looks like the Java language, so if both programming languages are involved, it is not difficult to find the similarities, and JavaScript is mainly used for user-side scripts (or browser-side use), which is more biased towards web applications Now, almost all mainstream browsers support JavaScript syntax, but currently IE8 still has some differences in support. Pay attention to and test it completely when designing.
So strictly speaking, JavaScript does not need to be downloaded, because the new version of mainstream browsers have almost all built-in, you only need to practice the grammar and write it in your webpage, open the browser and you can execute it according to your design function.
Post a Comment
0 Comments