Explain How Java Is Strongly Associated With Internet And WWW?

https://www.computersprofessor.com/2016/05/explain-how-java-is-associated-with.html
Java is
strongly associated with the internet because of the first application
program written in Java was hot Java.
|
|
Web
browsers to run applets on internet.
|
|
Internet
users can use Java to create applet programs & run then locally using a Java-enabled browser such as hot Java.
|
|
Java
applets have made the internet a true extension of the storage system of the
local computer.
|
World Wide Web :
|
|
1)
|
World wide
web is a collection of information stored on internet computers.
|
2)
|
World wide
web is an information retrieval system designed to be used in the internet’s
distributed environment.
|
3)
|
World wide
web contains web pages that provides both information and controls.
|
4)
|
Web pages
contain HTML tags that enable us to find retrieve, manipulate and display
documents world wide.
|
5)
|
Before Java the world wide web was limited to the display of still images & texts.
|
6)
|
With the
help of Java WWW is capable of supporting animation graphics, games and wide
rage special effects.
|
7)
|
Java
communicate with a web page through a special tag called
|
8)
|
Java user
sends a request for an HTML document to the remote computers net browser.
|
9)
|
The
web-browser is a program that accepts a request, process the request and
sends the required documents.
|
10)
|
The HTML
document is returned to that user browser.
|
11)
|
The
document contains the applet tag which identifies the applet.
|
12)
|
The
corresponding applet is transferred to the user computer.
|
13)
|
The Java enabled browser on the users computer interprets the byte code and provide
output.
|