Which of the following statements accurately describes how variables are passed to methods?
C.
Arguments are not always passed only by reference or only by value.
It depends on the argument itself, and primitives are always passed by value.
Java does not use the & operator to denote "pass by reference" as is done in the C programming language.