• 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/22

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;

22 Cards in this Set

  • Front
  • Back

Objects

Primitive Variables


Non-primitive variables (OBJECTS)

Dog mauricio = new dog();


Car engine = new car();


Table desk = new table();

Arrays

Int [] num;


Num = new int[7];


Num [1] = 8;


Num [2] = 9; ... Num [7] = 21;

Sinkdotcom

Sinkdotcom game

For loop :

::::

Java programs organization

App design

Random int

Random int

Set and get (encapsulation)

Set and get

Arraylist

82

Arraylist library

Arraylist

Arraylist library

Arraylist

String to int

Convert to interger

Polimorphism

Ingeritense (extend classes)

Polimorphism

Animal dog = new dog();

Constructor

Class dog {


Public 🦆 (int size) {


System.out.println(size);


}


}

Interfaces and abstract classes

Serious polimorphism

Arraylist <object≤

Void object go();

Interfaces implements

Abstract polimorphism

Date format

Date format

Math

Math class

Exception

Throw secuencer