Which of the following statements is true about static methods?
Static methods can be called using the class name.
Static methods can only be private.
Static methods can access instance variables directly.
Static methods must return a value.