Want to learn and master Java?

Join Exercism’s Java Track for access to 155 exercises grouped into 26 Java Concepts, with automatic analysis of your code and personal mentoring, all 100% free.

About Java

class Greeter {

    String getGreeting() {
        return "Hello, World!";
    }

}
Image

Key Features of Java


Java
Image

Modern

Java is a modern, fast-evolving language with releases every 6 months.

Image

Statically-typed

Every expression has a type known at compile time.

Image

Multi-paradigm

Java is primarily an object-oriented language, but has many functional features introduced in v1.8.

Image

General purpose

Java is used for a variety of workloads like web, cloud, mobile and game applications.

Image

Portable

Java was designed to be cross-platform with the slogan "Write once, run anywhere".

Image

Garbage Collection

Java programs perform automatic memory management for their lifecycles.

Image

A taste of the concepts you'll cover


Image See all the concepts for JavaImage
Image

Get mentored the Java way

Every language has its own way of doing things. Java is no different. Our mentors will help you learn to think like a Java developer and how to write idiomatic code in Java. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in Java - they'll help you discover the things you don't know that you don't know.

Learn more about mentoringImage
Image
Image

Community-sourced Java exercises

The Java track on Exercism has 26 concepts and 155 exercises to help you write better code.

See all Java exercisesImage
Image
Java

Get started with the Java track

The best part, it’s 100% free for everyone.

Join the Java track