Home B101 B142L B202 B302 B324 M520 Mosaic Course updatesPresentation format
<http://cnfolio.com/JavaNotes12>
Java programming

Data variables




DATA VARIABLES

Data variables require 3 pieces of information:
      Data variable
For example:

Data types are considered to be reserved keywords and may not be used as identifiers.



JAVA DATA TYPES

1.   Primitive data types
2.   Objects
3.   null


Identifiers are user friendly names of variables, functions and constants that must follow these rules:



FROM THE SUN JAVA TUTORIAL