JAVA
What Does Java Mean? Java is an object-oriented programming language that
produces software for multiple platforms. When a programmer writes a Java
application, the compiled code (known as bytecode) runs on most operating systems
(OS), including Windows, Linux and Mac OS.27-Nov-2020
JAVASCRIPT
Javascript is a dynamic computer programming language.it is lightwetight and most
commonly used as a part of a web pages.whose implimentations allow client-side script
To intract with the use and make dynamic pages.it is an interpreted programming
Language with object-oriented capabilities.
Javascript is a lightweight,intrepreted programming language.
Designed for creating network-centric applications.
Complementary to and integrated with java.
Complementary to and integrated with html.
Open and cross-platform
CLIENT-SIDE JAVASCRIPT
Client-side javascript is the most common form of the language. The script should be
Included in or referenced by an html document for the code to be interpreted by the
Browser.
It means that a web page need not be a static html, but can include programs that
Intract with the user,control the bowser,and dynamically create html content.
The javascript client-side mechanism providesmany advantage over traditional CGI
Server-side scripts.for example,you might use javascript to check if the user has
Entered a valid e-mail address in a form field.
The javascript code is executed when the user submit the form,and only if all the
Entries are valid,they would be submitted to the web server.
Java script can be used to trap user-initiated events such as button clicks,link
Navigsations,and other actions that the user initiates explicitly or implicitly.
Javascript can be implimented using javascript statements that are placed within the
<script>... </script> HTML tags in a web page.
What Does Java Mean? Java is an object-oriented programming language that
produces software for multiple platforms. When a programmer writes a Java
application, the compiled code (known as bytecode) runs on most operating systems
(OS), including Windows, Linux and Mac OS.27-Nov-2020
JAVASCRIPT
Javascript is a dynamic computer programming language.it is lightwetight and most
commonly used as a part of a web pages.whose implimentations allow client-side script
To intract with the use and make dynamic pages.it is an interpreted programming
Language with object-oriented capabilities.
Javascript is a lightweight,intrepreted programming language.
Designed for creating network-centric applications.
Complementary to and integrated with java.
Complementary to and integrated with html.
Open and cross-platform
CLIENT-SIDE JAVASCRIPT
Client-side javascript is the most common form of the language. The script should be
Included in or referenced by an html document for the code to be interpreted by the
Browser.
It means that a web page need not be a static html, but can include programs that
Intract with the user,control the bowser,and dynamically create html content.
The javascript client-side mechanism providesmany advantage over traditional CGI
Server-side scripts.for example,you might use javascript to check if the user has
Entered a valid e-mail address in a form field.
The javascript code is executed when the user submit the form,and only if all the
Entries are valid,they would be submitted to the web server.
Java script can be used to trap user-initiated events such as button clicks,link
Navigsations,and other actions that the user initiates explicitly or implicitly.
Javascript can be implimented using javascript statements that are placed within the
<script>... </script> HTML tags in a web page.