I\'m a bit confused about the use of getter/setters and constructors (see the below code for an example)
public class ExampleClass { private in
Just to make it easier. It takes less code to use a constructor than to create an object and use the setters.