best answer > What is a private function in Java 2024?- QuesHub | Better Than Quora
  • What is a private function in Java 2024?

    method Java method

    Questioner:Gabriel Davis 2023-05-05 12:30:14
The most authoritative answer in 2024
  • Oliver Johnson——Works at the United Nations Office on Drugs and Crime, Lives in Vienna, Austria.

    When you declare a method in a Java class, you can allow or disallow other classes and object to call that method. You do this through the use of access specifiers. The Java language supports five distinct access levels for methods: private, private protected, protected, public, and, if left unspecified, "friendly".read more >>
    +119962023-05-14 12:30:14

About “method、Java、method”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消