Welcome to my Java Tutorials!
Select a topic below to begin learning. A special thanks to Ms. Krasteva for teaching me these concepts.
Grade 11 Java Tutorials
Primitive Types
Understand Java's core data types.
Boolean Expressions and If Statements
Learn about control flow with if, else, and logical operators.
Iteration
Dive into loops: for, enhanced for, while, and do-while.
AP Computer Science A Java Tutorials
OOP
Explore Object-Oriented Programming concepts like classes, UML, inhteritance and polymorphism.
Arrays and ArrayLists
Manage collections with arrays and ArrayLists in Java.
Searching and Sorting
Searching and Sorting algorithims.
Recursion
An introduction of recursion.