We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在Java语言规范中,第15章描述了表达式的求值策略。其中,第15.9节详细介绍了函数调用的求值策略,明确说明了Java中的函数调用是采用值调用或引用调用的方式。
此外,在Java官方文档中也有详细的说明。例如,在Java SE 8文档中,有一份名为“Java Language Specification”的文档,其中的第5章和第15章详细说明了Java的求值策略。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在Java语言规范中,第15章描述了表达式的求值策略。其中,第15.9节详细介绍了函数调用的求值策略,明确说明了Java中的函数调用是采用值调用或引用调用的方式。
此外,在Java官方文档中也有详细的说明。例如,在Java SE 8文档中,有一份名为“Java Language Specification”的文档,其中的第5章和第15章详细说明了Java的求值策略。
The text was updated successfully, but these errors were encountered: