Biyernes, Hulyo 22, 2011

Q&A Java Language 2

  1. The term "instance variable" is another name for ___.
  2. The term "class variable" is another name for ___.
  3. A local variable stores temporary state; it is declared inside a ___.
  4. A variable declared within the opening and closing parenthesis of a method signature is called a ____.
  5. What are the eight primitive data types supported by the Java programming language?
  6. Character strings are represented by the class ___.
  7. An ___ is a container object that holds a fixed number of values of a single type.

  1. The term "instance variable" is another name for non-static field.
  2. The term "class variable" is another name for static field.
  3. A local variable stores temporary state; it is declared inside a method.
  4. A variable declared within the opening and closing parenthesis of a method is called a parameter.
  5. What are the eight primitive data types supported by the Java programming language? byte, short, int, long, float, double, boolean, char
  6. Character strings are represented by the class java.lang.String.
  7. An array is a container object that holds a fixed number of values of a single type.

Walang komento:

Mag-post ng isang Komento