call by reference
常見例句
- Therefore, if call by reference is enabled, it applies to all of the remote interfaces in the application, not only to a subset of them.
因此,如果啟用了按引用傳遞,則它將應用到應用程序中的所有遠程接口,而不只是其中一個子集。 - In WebLogic, you can enable call by reference on a bean-by-bean basis, but with WebSphere Application Server, you can enable call by reference at the container level.
在 WebLogic 中,您可以逐個 bean 啟用按引用調用,而在 WebSphere Application Server 中,只能在容器級別啟用按引用調用。 - Actually, call by object reference would be a better description, since if a mutable object is passed, the caller will see any changes the callee makes to it (items inserted into a list).
函數(shù)引用的實際參數(shù)在函數(shù)調用時引入局部符號表,因此,實參總是傳值調用(這里的值總是一個對象引用,而不是該對象的值)。 返回 call by reference