Java Basics Notes
Introduction to Java
Java is an object-oriented programming language used for building applications.
Data Types
Primitive data types include int, float, char, boolean, and double.
Loops
Java supports for loop, while loop, and do-while loop.
OOP Concepts
Core concepts are Encapsulation, Inheritance, Polymorphism, and Abstraction.
Arrays
Arrays store multiple values of the same type in contiguous memory.