In java ,what's the 'return;' in a void method mean?

问题描述:

In java ,what's the 'return;' in a void method mean?
as the title
1个回答 分类:综合 2014-10-10

问题解答:

我来补答
eturn'' in a void method can terminate the process of the method and return to where this method is called without a return value.
 
 
展开全文阅读
剩余:2000