0 / 60 seg.

What is the use of the @Override annotation in Java?

@Override
public String toString() {
    return "Overriding toString";
}