Unit 3 (Prog 1) : Test Initialization of Local and Instance Variables.
In this example, you will find the details and concept of Local and class variables, initialization and their scope. /* * local variable must be initialized before attempt to use them. * Java will initialize instance variable for you !!! * Java does not give local variable a default value. */