Please enable JavaScript to use CodeHS

CodeHS Glossary


Client Java

When someone else creates a Class (like `String`, or `Randomizer`), and you are using the functionality of that Class in your program, your program is a *client* of the class. You are using the class as a client.