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

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;

5 Cards in this Set

  • Front
  • Back

Bytecode

Bytecode is the code generated after the java program is complied

Java Virtual Machine

This a virtual machine which reads the bytecode and interprets into machine code depending upon the underlying operating system and hardware combination.

Platform independence

Change of platform does not effect the original java program/application.

Internet applets

Internet applets are small programs that are embedded in web pages and are run on viewers' machine in a secured manner by java capable browsers

Standalone application

-It is generally a software application that does not require low level operating system or hardware access.


-This includes most off the usual desktop applications such as word processors or spreadsheets.


-It could be distributed and installed on any Java capable machin