Friday, October 28, 2016

How is JavaScript different from Java?


The JavaScript programming language, developed by Netscape, Inc., is not part of the Java platform.
JavaScript does not create applets or stand-alone applications. In its most common form, JavaScript resides inside HTML documents, and can provide levels of interactivity to web pages that are not achievable with simple HTML.
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.
  • They require different plug-ins.

Difference between JAVA and JAVASCRIPT?

Difference between JAVA and JAVASCRIPT?

Key differences between Java and JavaScriptJava 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.


Monday, October 24, 2016


What is the difference between SQL and Microsoft Access?


QL stands for Structured Query LanguageMicrosoft Access is an application, that stores definition of work into a file (MDB/ACCDB) and that one can use to create and manage desktop databases and create forms on top of it to gather the data and reports to present them. Actually, one can use Microsoft Access also to access the data, that is stored in many other datasource types and use its "forms over data" functionality to gather and visualise data from those as well.