📄️ Basic Elements
Describes the basic elements of which the Syntax is composed.
📄️ From Class to Statement
Describes the basic elements of which the Syntax is composed.
📄️ Primitive Data Types
Java need to know what data type a variable has so it can provide enough memory.
📄️ Control Flow
Control flow is the order in which a computer executes a program's instructions, statements, and function calls. It's based on conditions and decisions, and determines how a program moves from one instruction to the next.
📄️ Methods
A method is a function that belongs to a class. A function is a reusable portion of a program, sometimes called a procedure or subroutine.