forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (64 loc) · 1.96 KB
/
index.html
File metadata and controls
67 lines (64 loc) · 1.96 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
<html>
<head>
<title>Resources</title>
</head>
<body bgcolor=white>
<table summary="layout" border="0" width="100%"><tr>
<td width=60>
<img src="../../images/javalogo52x88.gif" alt="Java" width=52 height=88>
</td>
<td>
<center>
<h1>Resources</h1>
</center>
</td>
<td align=right valign=top>
<small><a href="../../index.html">Documentation Contents</a></small>
</td>
</tr></table>
<!-- Body text begins here -->
<blockquote>
The Java platform supports supports resource access in a
location-independent manner.
</blockquote>
<font size="+2"><b>Programming Guides</b></font>
<ul>
<li><a href=resources.html>Accessing Resources in a
Location-Independent Manner.</a>
</ul>
<br>
<font size="+2"><b>API References</b></font><br>
<font size="-1">(javadoc)</font>
<ul>
<li><a href=../../api/java/lang/Class.html>java.lang.Class class</a>
<li><a href=../../api/java/lang/ClassLoader.html>java.lang.ClassLoader class</a>
<li><a href=../../api/java/net/URLClassLoader.html>java.net.URLClassLoader
class</a>
<li><a href=../../api/java/util/ResourceBundle.html>java.util.ResourceBundle
class</a>
<li><a href=../../api/java/lang/SecurityManager.html>java.lang.SecurityManager
class</a>
<li><a href=../../api/java/security/package-summary.html>java.security
Package</a>
</ul>
<!-- Body text ends here -->
<!-- ============================================================== -->
<hr size=3 noshade>
<table summary="layout" border="0" width=100%>
<tr valign=top>
<td> <small><small>
<a href="../../relnotes/SMICopyright.html">Copyright ©</a> 2002
<a href="http://www.sun.com/">Sun Microsystems, Inc.</a>
All Rights Reserved.</small>
<p>
</small></td>
<td align=right>
<img src="../../images/sunlogo64x30.gif" alt=" Sun Microsystems, Inc " width=64 height=30>
<br>
<big><i>Java Software</i></big>
</td>
</tr>
</table>
</body>
</html>