Types of variables in java

Types of variables in java Local Instance Class Reference   Local: The variables which are declared and defined inside a block are called local variables as their scope is local …