Available Java Classes

Learn about some Java functionalities that are commonly used with Clojure.

Introduction

We could list pages and pages of available functionalities that Java can share with us, but this isn’t the point of the course. We recommend investigating and searching for the functionalities that you would find interesting to use. At times, you might even need to build the required Java library yourself.

For now, we’ll just talk about the official Java libraries available and the ones we think will be most useful.

The String class

Class: java.lang.String

We have Strings in Clojure as well, but the String class of Java has lots of nice functions to be used with Strings, and sometimes they’re quite useful.

Let’s see some of them in action:

Get hands-on with 1200+ tech skills courses.