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