# 1. Java Essentials

## Contents

1. [Abstraction](https://emory.gitbook.io/dsa-java/java-essentials/abstraction)
2. [Implementation](https://emory.gitbook.io/dsa-java/java-essentials/implementation)
3. [Unit Testing](https://emory.gitbook.io/dsa-java/java-essentials/unit-testing)
4. [Quiz](https://emory.gitbook.io/dsa-java/java-essentials/exercises)

## Resources

* Main: [src/main/java/edu/emory/cs/algebraic](https://github.com/emory-courses/dsa-java/tree/master/src/main/java/edu/emory/cs/algebraic)
* Test: [src/test/java/edu/emory/cs/algebraic](https://github.com/emory-courses/dsa-java/tree/master/src/test/java/edu/emory/cs/algebraic)

## References

* [TIOBE Programming Community Index](https://www.tiobe.com/tiobe-index)
* [PYPL Popularity of Programming Language](https://pypl.github.io)

{% hint style="info" %}
Please follow every example described in this section.  **Programming is an act of writing, not reading.** By the end of this chapter, you should be able to reproduce the entire codebase yourself from scratch without consulting those examples.
{% endhint %}


---

# 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://emory.gitbook.io/dsa-java/java-essentials.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.
