Java Global Variables – Java example

  In previous tutorial we have discussed regarding variables, so now we will look what is java global variables.   Java Global Variables : When we have locally declared a variable and assigned a value we cannot use it any where else in the program because the same name for the variable cannot be used … Read more

Java Variables – Java example

  Java Variables : Java variables  are used to store values and they are of different types i.e., data types. So let’s get to see them and understand how to initialize and assign a value to them. When we are writing even a sample java program we need to use several variables to process the … Read more

Show Buttons
Hide Buttons