In Java, we have 4 visibility levels. Except public and private, we have protected level and a default level (with no modifier
public
private
protected