You are on page 1of 1

William Carnell

1. 2. 3.

The keyword public is an example of a(n): Access Modifier. In Java, every line of code, other than headers and braces, must end with a(n): Semi-Colon Line comments begin with Two Slashes (//), block comments begin with a forward slash followed by an asterisk (/*) and ends with the symbols reversed. Class packages is/are collections of classes, sometimes called libraries, which contain portable Java bytecode files. A misspelled method most likely would result in a(n) semantic error. The import statement command is placed at the beginning of Java source code to load the appropriate class package. When you extend the Applet class, you are creating a(n) Subclass of the Applet class. The system date is a current date and time generated by the operating system of a computer. The println() method takes a String data type in parentheses. The keyword void means the method returns no data.

4. 5. 6. 7. 8. 9. 10.

You might also like