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

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;

7 Cards in this Set

  • Front
  • Back

Platform independence

Can be run on many types of computers

JRE

Java runtime environment

Compiler

Program that translates programs written in a programming language into a form that can actually run on a computer

Emulator

A program that sets aside part of your hard drive to act like a computer that can execute java programs

Object oriented

Programs are made up from programming elements called objects

Object

Programming entity that represents either some real world object or an abstract concept

Two basic characteristics of objects

1. Objects have data (an object that represents a book has title, author, etc.)



2. Behavior which means they can preform certain tasks, called methods