Difference in Languages

Started by Sap Solution, 04-04-2017, 19:54:07

Previous topic - Next topic

Sap SolutionTopic starter

What is difference in Java language and JavaScript ? Which one is useful for lightweight web based transaction


jerrysmith

hi friend,
Difference between java and javascript........

  1  .java-  Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems.

   2. JavaScript-     JavaScript is a scripting language that was created by the fine people at Netscape and was originally known as LiveScript.
        JavaScript is a (very) distant cousin of Java in that it is also an OOP language.


mishraviplav7877

Web Languages JavaScript, PHP are for the most part used to make websites and web applications. They don't have worked in help for an operation that C, C++, Java perform. On the off chance that you learn general dialects C, C++, and Java profoundly it require more exertion also time to learn when contrasted with Web Programming Languages since Web Programming Languages are particular for the web yet broadly useful dialect is definitely not. Here is some errand that General Programming Language can perform.

Lishmalinyjames

Key differences between Java and JavaScript: Java is an OOP programming language while Java Script is an OOP scripting language. Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only. Java code needs to be compiled while JavaScript code are all in text.