How do you access a class method in Java?
ClassName.methodName();
ClassName->methodName();
objectName.methodName();
methodName();