• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/26

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

26 Cards in this Set

  • Front
  • Back
Access modifiers

Protected
Class, package, subclasses
Access modifiers

Default
Class,package,subclasses
Access modifiers

Private
Class
Int x = 0;

What are the four terms for 0?
Value, literal, term, expression
Int x = 0;

What are the four terms for 0?
Value, literal, term, expression
Int x = 0;

What is the term for x?
Identifier
Int x = 0;

What are the four terms for 0?
Value, literal, term, expression
Int x = 0;

What is the term for x?
Identifier
Int x = 0;

What is Int?
Type
Int x = 0;

What are the four terms for 0?
Value, literal, term, expression
Int x = 0;

What is the term for x?
Identifier
Int x = 0;

What is Int?
Type
Int x = 0;

What is =?
Assignment
Int x = 0;

What are the four terms for 0?
Value, literal, term, expression
Int x = 0;

What is the term for x?
Identifier
Int x = 0;

What is Int?
Type
Int x = 0;

What is =?
Assignment
How many Types are there in Java?
Primitive (int, long, etc ) and reference ( string) type

Int x = 0;

What are the four terms for 0?
Value, literal, term, expression
Int x = 0;

What is the term for x?
Identifier
Int x = 0;

What is Int?
Type
Int x = 0;

What is =?
Assignment
How many Types are there in Java?
Primitive (int, long, etc ) and reference ( string) type

Tester Class?
Tester Class?
Where is Access Modifiers implemented?
State and behaviour