Java #5 - Variables
Topics
Variable
Types of variables
Type Conversion and Casting
Type inference - var
Variable
A variable is a name for a piece of memory that stores data and it is the basic unit of storage in a Java program. A variable is defined by the combination...
subodhsingh.hashnode.dev6 min read