forked from ashishjohn1908/Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorialLearningPaths.html
More file actions
445 lines (429 loc) · 12.6 KB
/
Copy pathtutorialLearningPaths.html
File metadata and controls
445 lines (429 loc) · 12.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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title>Java Tutorials Learning Paths</title>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<style type="text/css">
/*<![CDATA[*/
/* styles specific to this page */
.nonfloatingimg {
vertical-align:middle;
}
.floatingimg {
float: left;
margin: 4px;
}
.homepagediv {
float: right;
margin: 0px 15px 10px 3em;
}
.cdiv {
padding:0;
}
.ldiv,.rdiv{
padding:1px;
}
.paneldiv {
width: 44%;
margin-left: auto;
margin-right: auto;
}
.panelimagediv {
float:left;
padding:1px;
}
.ldiv {
width:48%;
float:left;
text-align:justify;
}
.rdiv {
margin-left:51%;
text-align:justify;
}
.clear {
clear:both;
}
h1 {
margin-left:10px;
font-family: sans-serif;
font-size: 20px;
color: #F90000;
margin-bottom: 3px;
}
h2 {
font-family: sans-serif;
font-size: 18px;
color: #F90000;
margin-bottom: 3px;
}
/* styles specific to this page end */
/* other standard tutorial styles */
div#TopBar_bl {
background: url(images/java_bar_bl.gif) 0 100% no-repeat;
width: 100%;
height: 60px;
}
div#TopBar_br {
background: url(images/java_bar_br.gif) 100% 100% no-repeat;
width: 100%;
height: 60px;
}
div#TopBar_tl {
background: url(images/java_bar_tl.gif) 0 0 no-repeat;
width: 100%;
height: 60px;
}
div#TopBar_tr {
background: url(images/java_bar_tr.gif) 100% 0 no-repeat;
width: 100%;
height: 60px;
}
div#TopBar {
font-family: sans-serif;
background: #35556B url(images/java_bar.gif);
margin: 10px 10px 0 10px;
height:60px;
min-width:700px;
color: white;
font-weight: bold;
}
div#TopBar_left {
margin-left: 100px;
padding-top: 6px;
}
@media print {
div#TopBar_left {
margin-left: 0;
}
}
div#TopBar_right {
float: right;
padding-top: 8px;
padding-right: 30px;
text-align: center;
}
@media print {
div#TopBar_right {
display: none;
}
}
#TopBar_right a {
font-size: 12px;
margin: 3px;
padding: 0;
}
#TopBar a:visited, #TopBar a:link {
color: white;
text-decoration: none;
}
div#TopBar a:visited, div#TopBar a:link {
color: white;
}
div#TopBar a:hover, div#TopBar a:active {
background-color: white;
color: #35556B;
}
div#PageTitle {
margin: 0 5px 0.5em 0;
color: #F90000;
float: left;
}
}
div#LeftBar {
width: 13em;
float: left;
margin-left: 10px;
margin-top: 10px;
}
div#Footer {
font-family: sans-serif;
font-size: 10px;
padding-top: 10px;
margin: 3em;
clear: both;
}
div#Footer img#duke {
}
div#Footer img#sun {
}
div#TagNotes {
margin-top: 10px;
color: #35556B;
}
@media print {
span#TagNotes a:visited, span#TagNotes a:link {
text-decoration: none;
}
}
div#TutBody {
margin: 10px 3em 10px 3em;
}
div.RightBar {
font-family: sans-serif;
float: right;
}
div.RightBar img {
margin: 0 0 1em 0;
}
div.RightBox {
margin: 10px 3em 10px 0;
width: 15em;
border-style: double;
}
div.BlueRightBox {
margin: 10px 3em 10px 0;
width: 15em;
border-style: double;
background-color: #747170;
color: #FFFFFF;
}
div.Pad {
font-size: 80%;
padding: 1em;
}
div.Pad h3 {
text-align: center;
margin: 0;
}
div.Pad h3w {
text-align: center;
margin: 0;
}
div.Pad div {
display: list-item;
list-style-image: url(images/arrow-right-gray.gif);
margin: 0.3em 1em;
}
ul.BlueArrows {
list-style-image: url(images/ar_dbl_blue.gif);
}
ul.BlueArrows a:visited, ul.BlueArrows a:link {
text-decoration: none;
}
ul.BlueArrows a:hover, ul.BlueArrows a:active {
text-decoration: underline;
}
h1, h2, h3, h4, h5 {
color: #F90000;
font-family: sans-serif;
}
h2 {
font-weight: bold;
font-size: 17px;
}
h3 {
font-weight: bold;
font-size: 14px;
}
h4 {
font-size: 15px;
}
h5 {
font-size: 12px;
}
.thickhr {
color:#000000;
background-color:#000000;
height:3px;
border:none;
}
/*]]>*/
</style>
</head>
<body>
<!-- tutorial boiler plate start -->
<div id="TopBar">
<div id="TopBar_tr">
<div id="TopBar_tl">
<div id="TopBar_br">
<div id="TopBar_bl">
<div id="TopBar_right"><a href="search.html" target=
"_top">Search</a><br />
<a href=
"http://docs.oracle.com/javase/feedback.html">Feedback</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- tutorial boiler plate end -->
<div id="PageTitle">
<h1>Java Tutorials Learning Paths</h1>
</div>
<div class="homepagediv">
<p><a href="index.html">Home Page</a></p>
</div>
<div class="clear"></div>
<div id="TutBody">
<p>Are you a student trying to learn the Java language or a
professional seeking to expand your skill set? If you are feeling a
bit overwhelmed by the breadth of the Java platform, here are a few
suggested learning paths to help you get the most from your Java
learning experience.</p>
<div class="cdiv">
<div class="paneldiv">
<div class="panelimagediv"><a href="#newtojava" title=
"Java for beginners"><img alt="Java for beginners" src=
"images/newtojava.png" style="border-style: none" /></a></div>
<div class="panelimagediv"><a href="#buildingon" title=
"Intermediate Java topics"><img alt="Intermediate Java topics" src=
"images/buildingon.png" style="border-style: none" /></a></div>
<div class="panelimagediv"><a href="#client" title=
"Java UI and rich internet applications"><img alt=
"Java UI and rich internet applications" src="images/client.png"
style="border-style: none" /></a></div>
<div class="panelimagediv"><a href="#server" title=
"Middleware and server related topics"><img alt=
"Middleware and server related topics" src="images/server.png"
style="border-style: none" /></a></div>
</div>
<div class="clear"></div>
<hr class="thickhr" />
<div class="ldiv">
<h2><a id="newtojava" name="newtojava"></a>New To Java</h2>
<p><img alt="blocks" src="images/abc_blocks_petri_lummema_01.png"
class="nonfloatingimg" /> The following trails are most useful for
beginners:</p>
<ul>
<li><a href="getStarted/index.html">Getting Started</a> – An
introduction to Java technology and lessons on installing Java
development software and using it to create a simple program.</li>
<li><a href="java/index.html">Learning the Java Language</a>
– Lessons describing essential concepts such as classes,
objects, inheritance, datatypes, generics, and packages.</li>
<li><a href="essential/index.html">Essential Java Classes</a>
– Lessons on exceptions, basic input/output, concurrency,
regular expressions, and the platform environment.</li>
</ul>
</div>
<div class="rdiv">
<h2><a id="buildingon" name="buildingon"></a>Building On The
Foundation</h2>
<p><img alt="building" src="images/brunurb_LegoBlocks_brunurb.png"
class="nonfloatingimg" /> Ready to dive deeper into the technology?
See the following topics:</p>
<ul>
<li><a href="collections/index.html">Collections</a> –
Lessons on using and extending the Java Collections Framework.</li>
<li><a href="deployment/jar/index.html">Packaging Programs In JAR
Files</a> – Lesson on creating and signing JAR files.</li>
<li><a href="i18n/index.html">Internationalization</a> – An
introduction to designing software so that it can be easily be
adapted (localized) to various languages and regions.</li>
<li><a href="reflect/index.html">Reflection</a> – An API that
represents ("reflects") the classes, interfaces, and objects in the
current Java Virtual Machine.</li>
<li><a href="security/index.html">Security</a> – Java
platform features that help protect applications from malicious
software.</li>
<li><a href="javabeans/index.html">JavaBeans</a> – The Java
platform's component technology.</li>
<li><a href="ext/index.html">The Extension Mechanism</a> –
How to make custom APIs available to all applications running on
the Java platform.</li>
<li><a href="extra/generics/index.html">Generics</a> – An
enhancement to the type system that supports operations on objects
of various types while providing compile-time type safety.</li>
</ul>
</div>
<div class="clear"></div>
</div>
<div class="cdiv">
<div class="ldiv">
<h2><a id="client" name="client"></a>Cherish the Client?</h2>
<img alt="client" src="images/rihard_Computer_LCD_display.png"
class="floatingimg" />
<p>If you want to focus on developing Java based desktop solutions
and rich Internet applications, see the following topics:</p>
<ul>
<!--
<li><a href="ui/index.html">Swing</a> – An introduction to
the Swing GUI toolkit, with an overview of features and a visual
catalog of components. See below for a more comprehensive tutorial
on Swing.</li>
-->
<li><a href="uiswing/index.html">Creating a GUI with Swing</a>
– A comprehensive introduction to GUI creation on the Java
platform.</li>
<li><a href="deployment/index.html">Deployment</a> – How to
package applications and applets using JAR files, and deploy them
using Java Web Start and Java Plug-in.</li>
<li><a href="2d/index.html">2D Graphics</a> – How to display
and print 2D graphics in applications.</li>
<li><a href="extra/fullscreen/index.html">Full-Screen Exclusive
Mode API</a> – How to write applications that more fully
utilize the user's graphics hardware.</li>
</ul>
</div>
<div class="rdiv">
<h2><a id="server" name="server"></a>Fervor Over Server!</h2>
<img alt="server" src="images/Anonymous_server.png" class=
"floatingimg" />
<p>If you are interested in acquiring skills important for
middleware, server-side, or web application development, see the
following trails:</p>
<ul>
<li><a href="jdbc/index.html">JDBC Database Access</a> –
Introduces an API for connectivity between the Java applications
and a wide range of databases and a data sources.</li>
<li><a href="jmx/index.html">JMX</a> – Java Management
Extensions provides a standard way of managing resources such as
applications, devices, and services.</li>
<li><a href="jndi/index.html">JNDI</a> – Java Naming and
Directory Interface enables accessing the Naming and Directory
Service such as DNS and LDAP.</li>
<li><a href="jaxp/index.html">JAXP</a> – Introduces the Java
API for XML Processing (JAXP) 1.4 technology.</li>
<li><a href="rmi/index.html">RMI</a> – The Remote Method
Invocation API allows an object to invoke methods of an object
running on another Java Virtual Machine.</li>
<li><a href="essential/concurrency/index.html">Concurrency</a>
– The Java platform has APIs to help you develop
multi-threaded programs.</li>
</ul>
</div>
</div>
<div class="clear"></div>
<!-- tutorial boiler plate start -->
<hr />
<div id="Footer">
<p><font size="1"><a name="license_info" id=
"license_info">Your use of this</a> page and all the material on pages under "The Java Tutorials" banner
is subject to these <a href="information/cpyr.html">legal notices</a>
</font></p>
<table width="100%" border="0" cellspacing="0" cellpadding="5"
summary="">
<tr>
<td headers="h1" width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="5"
summary="">
<tr>
<td headers="h1" align="center"><img id="duke" src="images/DukeWave.gif" width=
"55" height="55" alt="Waving Duke" name="duke" /></td>
<td headers="h2" align="left" valign="middle"><img id="oracle" src=
"images/logo_oracle_footer.gif" width="100" height="29" alt=
"oracle logo" name="oracle" /></td>
</tr>
</table>
</td>
<td width="55%" valign="middle" align="center"><font size="1"><a href=
"http://www.oracle.com/us/corporate/index.html">About Oracle</a> |
<a href="http://www.oracle.com/technology/index.html">Oracle
Technology Network</a> | <a href=
"https://www.samplecode.oracle.com/servlets/CompulsoryClickThrough?type=TermsOfService">
Terms of Service</a></font> </td>
<td width="25%" valign="middle" align="right"><font
size="2">Copyright © 1995, 2014 Oracle and/or its affiliates.
All rights reserved.</font></td>
</tr>
</table>
</div>
<!-- tutorial boiler plate end --></div>
<noscript>
<p>Scripting on this page tracks web page traffic, but does not change the content in any way.</p>
</noscript>
</body>
</html>