The four things about methods that you need to grasp well for the exam are: Arguments are always passed by value Varargs The return value Method overloading Method arguments are always passed by value, which means that any changes to the values of the arguments exist only within the scope ..Continue Reading