click below
click below
Normal Size Small Size show me how
Java Cross 7.0
Head First Java Ch. 1
Question | Answer |
---|---|
While | Makes a code loop as long as a certain condition is met. |
Loop | When you make a piece of code repeat. |
Arrays | Holds a fixed number of values of a specific type. |
Java | An object oriented computer coding language. |
Public | Makes access available to anyone. |
Void | A method without a return type. |
Float | Converting data from fixed point to floating point. |
Branch | A control structure that allows the computer to choose among two or more different courses of action. |
DC | Contains Java code. |
Compiler | Transfers java code to instructions for the computer. |
Variable | A container that holds Java. |
Int | A name for the integer data type. |
IC | Integrated circuit. |
IT | Information Technology. |
SystemOutPrint | Code to display text. |
Static | Keyword used to define a variable as a class variable or a class method. |
Main | The starting point for a program. |
Method | A set of code that can be called on by name. |
String | A sequence of characters. |
Declare | Establish and identifier and associate attributes with it. |
JVM | Java Virtual Machine. |
Command | Makes your computer do something. |