Home > Java > JavaBase > body text

what is java method

Release: 2019-11-22 10:19:26
Original
2068 people have browsed it

what is java method

What is the method?

A Java method is a collection of statements that together perform a function.

A method is an ordered combination of steps to solve a type of problem

Methods are contained in classes or objects

Methods are created in the program and referenced elsewhere

Advantages of the method

1. Make the program shorter and clearer.

2. Conducive to program maintenance.

3. It can improve the efficiency of program development.

4. Improved code reusability.

Name rules for methods

The first word of the method name should start with a lowercase letter, and subsequent words should start with an uppercase letter, without using connections. symbol. For example: addPerson.

Underscores may appear in JUnit test method names to separate logical components of the name. A typical pattern is: test_, such as testPop_emptyStack.

For more java knowledge, please pay attention to java basic tutorial.

The above is the detailed content of what is java method. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!