4 lines
112 B
Java
4 lines
112 B
Java
|
|
myMethod(List<String> list){
|
||
|
|
// If I change the contents of the list here, the caller will see the change
|
||
|
|
}
|