# Examples

- [Logging](https://java-util.k43.ch/examples/logging.md): Add precise timing and exact code location to your logging data.
- [Utility Class](https://java-util.k43.ch/examples/utility-class.md): Dozens of handy functions.
- [Password Vault](https://java-util.k43.ch/examples/password-vault.md): Securely hash, store and verify passwords.
- [HTTP / Socket Server](https://java-util.k43.ch/examples/http-socket-server.md): Create transaction server in minutes.
- [HTTP Client](https://java-util.k43.ch/examples/http-client.md): Get data from server the easy way.
- [Socket Client](https://java-util.k43.ch/examples/socket-client.md): Low-level access to any server socket
- [JDBC Database](https://java-util.k43.ch/examples/jdbc-database.md): Simple SQL CRUD operations for any database.
- [SMTP Mailer](https://java-util.k43.ch/examples/smtp-mailer.md): Create and send multipart MIME messages.
- [FIFO/LIFO Queue](https://java-util.k43.ch/examples/fifo-lifo-queue.md): Support easy to use, named and thread-safe queues.
- [Command Argument Parser](https://java-util.k43.ch/examples/command-argument-parser.md): Define and parse command line arguments
- [Java Thread](https://java-util.k43.ch/examples/java-thread.md): Make difficult Java thread creation and cleanup a thing of the past.
- [File Tools](https://java-util.k43.ch/examples/file-tools.md): Simple file manipulation
- [Timer](https://java-util.k43.ch/examples/timer.md): Basic timer class
- [Tips / FAQ](https://java-util.k43.ch/examples/tips-faq.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://java-util.k43.ch/examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
