📜  java代码示例中什么是无效的

📅  最后修改于: 2022-03-11 14:52:03.905000             🧑  作者: Mango

代码示例3
Difference between void and return method
Void Method:
The "void" return type means that this
method doesn't have a return type.
It is mostly used for printing result 
to console