Java

123456789
Across
  1. 4. data types that are basic to java, cannot be added or changed
  2. 6. input of a compiler
  3. 8. rules of language that must be followed strictly
  4. 9. words that are reserved for particular purposes, cannot be used to name variables
Down
  1. 1. set of instructions that tell a computer what to do
  2. 2. any texts that are ignored by the compiler
  3. 3. default primitive data type for integer
  4. 4. name of the shortest java teacher
  5. 5. special character sequence that represents another character
  6. 7. when a value is larger than the biggest value that a data type can handle