Java Programming Tutorial - 5 - Variables

Java tutorial on how to use the variables.





Which names are allowed

  • a sequence of Unicode letters and digits of unlimited length;
  • can begin with a letter, the dollar sign "$", or the underscore character "_";
  • whitespaces in name is not permitted;
  • must not be a keyword or reserved word.

0 comments:

Post a Comment