René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Variables in JAVA

There are two types of values (variables):
Additionally, variables are either
A variable must follow the rules of valid identifiers.
A variable
  • has a name
  • belongs to a data type
  • uses a particular size of memory
  • and has a value (whose range is determined by its data type)