Main content:
An introduction to threads How to create threads How to manipulate threads How to synchronize threads
The Order Queue application
-------------------
1. An introduction to threads
2. How to create threads
Ví dụ:
3. How to manipulate threads
4. How to synchronize...

Main content:
Introduction to XML
How to view and edit an XML file
An introduction to three XML API
How to use stAX to work with XML
------------------
1. Introduction to XML
- XML, hoặc Extensible Markup Language (ngôn ngữ đánh dấu mở rộng), là một ngôn ngữ đánh dấu mà bạn có thể sử dụng để tạo ra thẻ...

Main content:
Introduction to directories and files
Introduction to file input and output
How to work with text files
How to work with binary files
How to work with random-access files
Bài tập:
1. Đọc tệp tin text.txt và in nội dung ra màn hình.
Mã nguồn:
import java.io.FileReader;
public...