Please enable JavaScript.
Coggle requires JavaScript to display documents.
Declaring and Initializing Variables java-variable-initialization-error…
Declaring and Initializing Variables
-
-
Tricks on exam
-
int i1, String value; //Doe not compile
-
Identifiers names
-
-
-
-
-
Ilegal identifiers
3DPointClass; //cannot begin with number
hollywood@vine; //@ is not a letter or $ or
*$coffee //* is not a letter, digit $ or
public //reserved word