-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
81 lines (57 loc) · 2.6 KB
/
intro.html
File metadata and controls
81 lines (57 loc) · 2.6 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head>
<link type="text/css" rel="stylesheet" href="example.css"></link>
</head>
<body bgcolor="" >
<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="#contact" id="a2"><b>History of Java</b></a></li>
<li id="l1"><a href="#about" id="a2"><b>Objectives</b></a></li>
</ul>
<table align="left" valign="top">
<tr>
<td align="left" valign="top" bgcolor="">
<a href="intro.html"><img src="image/jj.jpg" width="150" height="150"></a><br>
<a href="intro2.html"><img src="image/j2.jpg" width="150" height="150"></a><br>
<a href="intro8.html"><img src="image/j3.jpg" width="150" height="150"></a><br>
<a href="intro3.html"><img src="image/j4.jpg" width="150" height="150"></a><br>
<a href="intro4.html"><img src="image/j5.jpg" width="150" height="150"></a><br>
<a href="intro5.html"><img src="image/j6.jpg" width="150" height="150"></a><br>
<a href="intro6.html"><img src="image/j7.jpg" width="150" height="150"></a><br>
<a href="intro7.html"><img src="image/j8.jpg" width="150" height="150"></a><br>
</td>
<td align="left" valign="top">
<pre>
<center><font face="Times New Roman" size="8" color="blue"> Introduction of JAVA</font></center>
<font face="Times New Roman" size="4">
Java is a General Purpose, class based, object oriented, Platform
independent,portable, Architecturally neutral, multithreaded,
dynamic, distributed, Portable and robust interpreted
Programming Language.
Java is a programming language expressly designed for use in the
distributed environment of the Internet. It was designed to have
the "look and feel" of the C++ language, but it is simpler to use
than C++ and enforces an object-oriented programming model. Java
can be used to create complete applications that may run on a single
computer or be distributed among servers and clients in a network. It
can also be used to build a small application module or applet for
use as part of a Web page. Applets make it possible for a Web page
user to interact with the page.
<h3>Example</h3>
<a href="A.html">Write a java program to display a "Hello World".</a>
<h3>Example</h3>
<a href="B.html">Write a java program to display your name.</a>
<h3>Example</h3>
<a href="c.html">Write a java program to display two names.</a>
</font>
</pre>
</td>
<td align="right" valign="top">
.<br><br><br><br>
<img src="image/img.png" width="450" height="450">
</td>
</tr>
</table>
</body>
</html>