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).
函数引用的实际参数在函数调用时引入局部符号表,因此,实参总是传值调用(这里的值总是一个对象引用,而不是该对象的值)。 返回 call by reference