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