Java for Dummies

  1. What does JRE stand for?
    Java Runtime Environment
  2. An object's data
    State
  3. Objects have behaviors, meaning they can perform certain tasks.l
    Method
  4. The program code you write to create objects.
    Class
  5. A keyword of the Java language that indicates that the element that follows should be made available to other Java elements.
    Public
  6. Statements that create variables that you can use to store data.
    Declaration Statements
  7. Statements that perform calculations.
    Expression Statements
  8. One or more consecutive space characters, tab characters, or line breaks.
    White Space
  9. A group of one or more statements that's enclosed in braces.
    Block
  10. A word that you make up to refer to a Java programming element by name.  

    Most commonly used for:

    Classes

    Methods

    Variables and fields

    Parameters
    Identifiers
  11. A bit of text that provides explanations of your code.
    Comment
  12. Code that defines the behavior of a Java programming element called an object
    class
  13. An entity that has both state and behavior
    Object
  14. Any data an object may be keeping track of.
    State
  15. Actions that an object may perform.
    Behavior
  16. The main method of a Java application must be declared with the _______ keyword.
    static
Author
Mercury
ID
204221
Card Set
Java for Dummies
Description
Java for Dummies
Updated