Home > Q&A > body text
In the "java reference passing" section, here is the following example:
public static void tell(Ref1 r2){
r2.temp = 30;
}