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.
因此,如果啟用了按引用傳遞,則它將應(yīng)用到應(yīng)用程序中的所有遠(yuǎn)程接口,而不只是其中一個(gè)子集。 - 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 中,您可以逐個(gè) bean 啟用按引用調(diào)用,而在 WebSphere Application Server 中,只能在容器級(jí)別啟用按引用調(diào)用。 - 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ù)在函數(shù)調(diào)用時(shí)引入局部符號(hào)表,因此,實(shí)參總是傳值調(diào)用(這里的值總是一個(gè)對(duì)象引用,而不是該對(duì)象的值)。 返回 call by reference