Chapter 2 Flashcards
What is source code?
a text listing of commands to be compiled or assembled into an executable computer program
What are the two components of Java?
Compiler and Interpretor
Java translaslates source code into _____.
Byte Code
English in programming language is _____.
Byte Code
Byte code is interpreted by _____.
An interpreter
Java prgram in a webpage is ____.
An applet that can stand alone
What are three parts of Java?
Text editor, compiler, interpreter
What is software called that combines text editor, compiler, interpreter?
IDE
What does IDE stand for?
Integrated Development Environment
What does JDK stand for?
Java Development Kit
What is the extension at the end of source code?
.java
What is the extension at the end of byte code?
.class
What is the extension at the end of web page?
.html
Why is there a java subset?
So you know what is being tested.
What is “/t”?
Tab