-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHistoryOfJava.html
More file actions
55 lines (48 loc) · 2.39 KB
/
HistoryOfJava.html
File metadata and controls
55 lines (48 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<title>Code School</title>
<link type="text/css" rel="stylesheet" href="CSS\a.css"></link>
</head>
<body>
<ul id="u1">
<li id="l1"><a class="ac" href="Home.html" id="a1"><b>Home</b></a></li>
<li id="l1"><a href="AboutUs.html" id="a2"><b>About Us</b></a></li>
<li id="l1"><a href="HistoryOfJava.html" id="a2"><b>History of Java</b></a></li>
<li id="l1"><a href="Objectives.html" id="a2"><b>Objectives</b></a></li>
</ul>
<div class="container">
<img src="images\a.jpeg" alt="code" width="1000" height="200" id="im1">
<div class="center"><p id="p1">Code School<p></div>
</div>
<div class="contain">
<div class="header"><h1 class="head1">Learn & Enjoy with Java</h1></div>
<div class="left">
<h2 id="c1">Chapters</h2>
<ul id="u2">
<li><a href="intro.html" id="a3">Introduction</a></li>
<li><a href="intro2.html" id="a3">Decision Making & Branching</a></li>
<li><a href="intro8.html" id="a3">Decision Making & Looping</a></li>
<li><a href="intro3.html" id="a3">Classes & Object</a></li>
<li><a href="intro4.html" id="a3">Overloading & Inheritance</a></li>
<li><a href="intro5.html" id="a3">Overriding</a></li>
<li><a href="intro6.html" id="a3">Visibility Control</a></li>
<li><a href="intro7.html" id="a3">Interfaces</a></li>
</ul>
</div>
<div class="content">
<h1>History Of Java</h1>
<pre id="pr1" align="justify">
The Java programming Language evolved from a language named Oak. Oak was developed in the early nineties at Sun Microsystems as a
platform-independent language aimed at allowing entertainment appliances such as video game consoles and VCRs to communicate .
Oak was first slated to appear in television set-top boxes designed to provide video-on-demand services. Just as the deals with
the set-top box manufacturers were falling through, the World Wide Web was coming to life. As Oak’s developers began to re cognize
this trend, their focus shifted to the Internet and WebRunner, an Oak-enabled browser, was born. Oak’s name was changed to Java and
WebRunner became the HotJava web browser. The excitement of the Internet attracted software vendors such that Jav a development tools
from many vendors quickly became available. That same excitement has provided the impetus for a multitude of software developers to
discover Java and its many wonderful features.
</pre>
</div>
<div class="footer">© Copyright by Code School</div>
</div>
</body>
</html>