Examples
Text Handling
- splitting text on line-endings
- splitting text on one of a set of delimiters
- splitting text on a matched pattern
- replacing text
IO
- Serialization using cascading reads and writes?
- Moving of files between directories
- Concatenation of files into one
- Streaming file content to console
- Scanning of directories for files
- Reading line by line
- Random access of a file
- Input from the console
Threads
...TO DO...
Data Storage
Unicode
Formatting
- Hello World with a twist
- Localized formatting of time
- Formatting of the local time
- Simple formatted output?
- Tokenization of console input
Networking
- Retrieving the content of a website
- Somewhat higher level of content retrieval
- Serving a simple webpage?
- Using servlets with the help of Mango?
- A servlet server with the help of Mango?
- A simple socket connection
- A simple server listening to a socket
- Basic network file copy












