Javascript
Javascript
Java Script is object based language it is used for front end validations
Java is object oriented language object oriented language supports OOP's Object based not supported inheritance.
10. What is the main difference between Client side JavaScript and and Server side Java Script. How actually they
run on both side with Example?
Client side JavaScript encompasses the core language plus extras such as the predefined objects, only relevant to
running JavaScript in a browser. The client side JavaScript is embedded directly in the HTML pages and is
interpreted by the browser completely at the run time. Server side JavaScript also encompasses the core language
plus extras as the predefined objects and functions only relevant to running JavaScript in a server. The server side
java scripts are compiled before they are deployed.