Java “Back to Basics” Tutorial – Java “返璞归真 “教程

最后修改: 2014年 9月 23日

中文/混合/英文(键盘快捷键:t)

This tutorial series focuses on core Java – “Back to Basics”. We’re going to cover Java core concepts, collections, streams, IO and more.

本系列教程的重点是核心Java – “Back to Basics”。我们将介绍Java的核心概念、集合、流、IO等内容。

If you are new to Java, this series will go over the basic syntax of the language, introduce classes and objects and a few simple examples of using common Java structures.

如果你是Java的新手,这个系列将讲述语言的基本语法,介绍类和对象,以及使用常见Java结构的一些简单例子。


In this series, we’ll learn how to work with Strings with examples of common operations and conversions.

在这个系列中,我们将通过常见操作和转换的例子来学习如何使用字符串。


Concurrency is a large area in Java, but it’s also an important topic to understand. In this series, we’ll go over the core concepts and learn how to work with threads using practical examples.

并发是Java中的一个大领域,但它也是一个需要理解的重要话题。在这个系列中,我们将复习核心概念,并通过实际例子学习如何使用线程。


This tutorials will go over the main data structures in Java and common operations we can perform with them.

本教程将介绍Java中的主要数据结构以及我们可以用它们进行的常见操作。


This series is a comprehensive guide to working with the Stream API introduced in Java 8.

本系列是关于使用Java 8中引入的Stream API的全面指南。


This series cover common I/O operations in Java, including working with files, Readers and Input/OuputStreams.

这个系列涵盖了Java中常见的I/O操作,包括与文件、读取器和Input/OuputStreams一起工作。