Java - Null

Java Conceptuel Diagram

About

Data Type - Null Value in Java

Function

From javase/9/docs/api/java/util/objects.html

<code java>
import static java.util.Objects.requireNonNull;
.....
public constructor(String s)
{
    this.s = requireNonNull(s, "s is null");
}

See also:







Share this page:
Follow us:
Task Runner