epubjs
Version:
Render ePub documents in the browser, across many devices
14 lines (13 loc) • 1.41 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Conclusion</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="sect1" title="Conclusion"><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-CHP-9-SECT-8"/>Conclusion</h1></div></div></div><p>Java was one of the first mainstream languages to provide support
for threading at the language level and is now one of the first languages
to standardize high-level threading utilities and APIs as well. At this
point, we’ve come to the end of our discussion of threads in Java and
also, in a way, to the end of the first part of this book. In Chapters
<a class="xref" href="ch01.html" title="Chapter 1. A Modern Language">1</a>
through <a class="xref" href="ch09.html" title="Chapter 9. Threads">9</a>, we discussed the Java language: its
syntax and “built-in” features. In the remainder of the book, we will
focus mainly on the APIs and libraries that make up the rest of the Java
platform. We will see that the real appeal of Java is the combination of
this simple language married with powerful tools and standards.</p></div></body></html>