What program translates Java source code into bytecode?
Java Compiler
What data type stores true or false values?
Boolean
What does OOP stand for?
Object Oriented Programming
What temporary memory stores data while programs are running?
RAM
What files are created after Java code is compiled?
Class Files?
What data type stores decimal numbers?
Double
What access modifier allows a class member to be used anywhere?
Public
What low level language is directly understood by the CPU?
Machine Code
What files contain machine readable code used by the computer?
Object Files
What data type is used to store text?
Strings
What is it called when data is separated from the rest for security purposes?
Encapsulation
What low-level language is directly understood by the CPU?
O.S. Calls
What type of code does Java compile into before running?
Bytecode
What is a reusable block of code called?
Function
What OOP concept allows one class to inherit from another?
Inheritance
What part of the Java Virtual Machine runs the bytecode?
Execution engine
What program runs Java bytecode on a computer?
Java Virtual Machine
What programming structure repeats code multiple times?
Loop
What OOP concept allows methods to behave differently with the same name?
Polymorphism
What computer science concept hides unnecessary details from the user?
Abstraction