You probably know everything about variables, but there are three things you need to grasp well for the Java SE Programmer exams: Kinds of variables Default values Naming Kind Also known as Description Default values Instance variables Non-static fields Fields declared without static. They store individual states of objects. Yes ..Continue Reading