-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProJava.html
More file actions
142 lines (130 loc) · 6.46 KB
/
ProJava.html
File metadata and controls
142 lines (130 loc) · 6.46 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<Title>ABC Learning Centre</Title>
<head>
<script src="https://kit.fontawesome.com/245b1dabe8.js" crossorigin="anonymous"></script>
<link rel="scrpiptsheet" href="script.js">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<Section class="header">
<div class="row">
<img class="mainlogo" src="main logo.png" alt="">
<h1 class="centre">ABC Learning Centre</h1>
<h1 style="text-align: right;" class="call"><a href="Contact Us.html">Contact Now</a></h1>
<img class="callnow" src="call now logo.png" alt="">
</div>
<br><br>
<div class="topnav">
<nav>
<menu>
<menuitem><a href="Home.html">Home</a></menuitem>
<menuitem id="demo1">
<a>Courses</a>
<menu>
<menuitem><a href="Projava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="ProNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem id="demo1">
<a>Courses Shedule</a>
<menu>
<menuitem><a href="SheduleJava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="SheduleNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem><a href="About Us.html">About Us</a></menuitem>
<menuitem><a href="Contact Us.html">Contact Us</a></menuitem>
<menuitem><a href="Sitemap.html">Sitemap</a></menuitem>
<menuitem><a href="Privacy Policy.html">Privacy Policy</a></menuitem>
<menuitem><a href="reggister.html">Register</a></menuitem>
</menu>
</nav>
</div>
</Section>
<div class="row">
<h1 class="welpro"> <center>Welcome To Programming</center></h1>
</div>
<div class="row">
<div class="column02">
<h2 class="pjava" style="color:#FFF"> <center><strong> Programming Of java </strong> </center></h2>
<P><Center>Java is one of the most popular programming languages out there. Released in 1995 and still widely used today, Java has many applications, including software development, mobile applications, and large systems development. Knowing Java opens a lot of possibilities for you as a developer.</Center></P>
<br>
<h2><center>Programme Overview</center></h2>
<P class="proover">
<ul>
<li><p>Java Data Types & Operators</p></li>
<li><p>Decision Constructs & Loop Constructs</p></li>
<li><p>Creating and Using Arrays</p></li>
<li><p>Object-Oriented Design Principles</p></li>
<li><p>Working with Selected classes from the Java API</p></li>
<li><p>Java Class Design</p></li>
<li><p>String Processing</li>
<li><p>Exceptions and Assertions</p></li>
<li><p>Generics and Collections</p></li>
<li><p>Java I/O, Java File I/O</p></li>
<li><p>Building Database Applications with JDBC</p></li>
<li><p>Internationalization & Localization</p></li>
<li><p>Concurrency</p></li>
</ul>
</P>
<div class="row">
<a href="reggister.html"><div class="btn02">Apply Now </div></a>
</div>
</div>
<div class="column02">
<h1 class="criout"><center>Curriculum Outline</center></h1>
<div>
<br>
<table style="font-size: 20px; right: 0px; position: relative; width: 80%;">
<tr>
<td>1. Course Introduction</td>
</tr>
<tr>
<td>2. Getting Started with Java</td>
</tr>
<tr>
<td>3. Eclipse</td>
</tr>
<tr>
<td>4. Datatypes and Variables1</td>
</tr>
<tr>
<td>5. Operators and Expressions
</td>
</tr>
<tr>
<td>6. Control Flow</td>
</tr>
<tr>
<td>8. Object-Oriented Programming</td>
</tr>
<tr>
<td>10. Using Java Objects</td>
</tr>
<tr>
<td>
11. Packages</td>
</tr>
</table>
<br>
<img src="Java-1-Introduction.webp" alt="">
</div>
</div>
</div>
<br> <br><br> <br><br> <br><br> <br><br> <br><br><br> <br><br> <br><br><br> <br><br> <br>
<footer>
<div class="footer">
<a href="www.Facebook.com"><img src="facebook.png" alt="" class="fb" height="40px" width="40px"></a>
<a href="www.Telegram.com"><img src="Telegram-i-removebg-preview.png" alt="" class="tele" height="40px" width="60px"></a>
<a href="www.Twitter.com"><img src="twitter_logo-removebg-preview.png" alt="" class="twit" height="40px" width="45px"></a>
<a href="www.whatsapp.com"><img src="whatsapp 01.jpg" alt="" class="wp" height="40px" width="40px"></a>
<br>
<p>Copyright 2020 © ABC. All Rights Reserved. Concept designed and developed by Jisc</p>
</div>
</footer>
</body>
</html>