-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaboutCodeSamples.html
More file actions
72 lines (63 loc) · 2.13 KB
/
aboutCodeSamples.html
File metadata and controls
72 lines (63 loc) · 2.13 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
<?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 lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang=
"en-US">
<head>
<title>About Sample / Test Applications and Code</title>
<link rel="stylesheet" type="text/css" href="../../technotes/css/guide.css" />
</head>
<body>
<!-- STATIC HEADER -->
<!-- header start -->
<div id="javaseheader">
<div id="javaseheaderlogo">
<img src="../../images/javalogo.gif"
alt="Java logo" />
</div>
<div id="javaseheaderindex">
<a href=
"../../index.html">Documentation Contents</a>
</div>
<div class="clear"></div>
</div>
<!-- header end -->
<h1>About Sample / Test Applications and Code</h1>
<h2>Sample Applications and Code</h2>
<p>The source code provided with samples and demos for the JDK is
meant to illustrate the usage of a given feature or technique and
has been deliberately simplified.</p>
<p>Additional steps required for a production-quality application,
such as security checks, input validation, and proper error
handling, might not be present in the sample code.</p>
<p>Usage of sample code in production environments is strongly
discouraged.</p>
<h2>Applications Used For Testing</h2>
<p>Applications such as the lightweight HTTP server are shipped
with the JDK to help developers deploy and test their code easily.
They have not been developed in accordance with software
development standards for production-quality applications.</p>
<p>Usage of such test and/or support applications in production
environments is strongly discouraged.</p>
<!-- footer start -->
<div id="javasefooter">
<div class="hr">
<hr /></div>
<div id="javasecopyright">
<img id="oraclelogofooter" src=
"../../images/oraclelogo.gif" alt="Oracle and/or its affiliates"
border="0" width="100" height="29" name=
"oraclelogofooter" />
<a href="../../legal/cpyr.html">Copyright
©</a> 1993, 2018, Oracle and/or its affiliates. All rights
reserved.</div>
<div id="javasecontactus">
<a href=
"http://docs.oracle.com/javase/feedback.html">Contact
Us</a>
</div>
</div>
<!-- footer end -->
<!-- STATIC FOOTER -->
</body>
</html>