# Java Utility Package

## Java Utility Package

- [Java Utility Package (Open Source)](https://java-util.k43.ch/readme.md)
- [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)
- [Download Package](https://java-util.k43.ch/downloads/package-ch-k43-util.md)
- [Sample Code](https://java-util.k43.ch/downloads/sample-code.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://java-util.k43.ch/readme.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.
