refers to the low-level binary instructions that a computer’s CPU can execute directly
Machine Code
is a program that takes the text file work of a developer and compiles into a platform-independent java file
Java Compiler
is an object-oriented programming concept where you hide the internal implementations details of a class and expose only the essential features to the outside world.
Abstraction
is one of the fundamental concepts of Object-Oriented Programming that allows a class to inherit the properties and behaviors (fields and methods) of another class
inheritance
usually refers to a method a block of code that performs a specific task and can be reused
Function
is achieved by combining methods and attributes into a single unit, which is the class.
Encapsulation
is a programming paradigm where software is designed around objects rather than just functions and logic
What is OOP's
is an intermediate representation of codes that is generated after the compilations of source code
Java Virtual Machine
is a fundamental concept in object-oriented programming that allows objects to take on multiple forms.
Polymorphism
is an intermediate representation of codes that is generated after the compilations of source code
Bytecode
are not commonly used in the same way as in languages like C or C++, where an object file (. o) is compiled binary produced before linking
Object files
is the core component of the JVM responsible for executing the bytecode that has been loaded into memory by the class loader and organized by the runtime date areas.
Execution engine
is a primitive data type that can hold only two possible values. Ture and false
Boolean
This is byte code compiled by the java program. The java program creates these files from .java files.
Class files
it is the physical memory or (Random Access Memory) of your computer that the Java Virtual Machine (JVM) uses to run programs.
RAM
are access modifiers that control visibility of classes, methods, and variables
Private versus Public Class
refers to the wrapper class for the primitive date of type double.
Double
refers to system calls request made by a program to the operating system’s kernel to perform low-level tasks ush as file I/O, process management, networking. Or memory allocation
O.S. Calles
is an object that represents a sequence of characters.
Strings
is a control structure that allows you to execute a block of code repeatedly if a specified condition is true
Loop