A method uses parameters. A caller passes arguments. if a mthod takes a parameter you must pass it something. Getters and setters let you get and set things. Instance variables value. A getter sends back as a return value of whatever the value it wanted to get. A setter takes an arguement value and uses it to set the value of an instance value.
You can see if two primitives are the same by using the == to compare them.