A value that is either true or false.
What is Boolean
A way of coding using objects and classes.
What is OOP
The part that actually runs the code.
What is Execution engine
When a program asks the operating system to do something
What is OS calls
Code that repeats over and over.
What is Loop
Hiding the complicated stuff and only showing what matters.
What is Abstraction
Java files that are already compiled and ready to run.
What is Class files
Files made after compiling code, but not ready to run yet.
What is Object files
A piece of code that does a job.
What is Function
Keeping data safe by hiding it inside a class so others cant access it
What is Encapsulation
A program that changes Java code into something the computer can run.
What is Java Compiler
A low-level language that uses simple words instead of 1s and 0s.
What is Assembly Language
Text made of letters, words, or symbols.
What is String
When a class takes things from another class.
What is Inheritance
A program that runs Java code on any device.
What is JVM
Memory that stores stuff while the computer is on.
What is RAM
A number with decimals.
What is Double
When something can act in different ways.
What is Polymorphism
Code made from Java that can run on any computer.
What is Bytecode
Code made of 1s and 0s that the computer understands directly.
What is Machine Code