Lesson 4 Flashcards
is a high-level programming language that tells the computer what to do. High-level programming means
that it uses English-like commands or instructions to write programs.
Java
Provides you with a large suite of tools such as compiler, interpreter, documentation generator, class file packaging tools, and so on.
Java Technology
What are the features of Java?
- Object Oriented
- Portable and Platform-Independent
- Dynamically Linked
- Multi-Threaded
- Garbage Collected
It is imperative that the requirements should be met in order for a Java program to work properly especially if you are dealing with graphics-based applications.
Java Requirements
What are the two kinds of programs you can write with the Java language
- Java Applets
- Java Application
What is Java Program Cycle
- Source Code
- Compiler
- Byte
- Interpreter
- Output
The project was code named as
Green
The project was based on the virtual machine pioneered by ___, the inventor of Pascal.
Niklaus Wirth
The Java story begins because of group of Sun engineers, ____ and ____
Patrick Naughton and James Gosling
James Gosling decided to call this language
Oak
What does JRE stands for
Java Runtime Environment
These are small programs that travel with HTML code and execute on the Web user’s computer.
Java Applets
These are complete stand-alone programs that do not require another application to
execute.
Java Applications