Welcome to the Java Basics project! This repository contains all the code and exercises used in the Java Basics for Beginners course taught by Mariana Kolodzheieva.
This course is designed for absolute beginners who want to learn Java from scratch. You will:
- Set up your Java development environment (JDK + IntelliJ IDEA)
- Write and run your first Java programs
- Understand Java syntax, variables, data types, and operators
- Learn conditional statements (
if
,else
,switch
) - Work with loops (
for
,while
,do-while
) - Explore arrays and methods
- Get introduced to Object-Oriented Programming (OOP)
- Complete a real-world final project
- Java Development Kit (JDK 17 or later)
- IntelliJ IDEA or any Java-compatible IDE
- Basic command line or terminal knowledge (optional)
- Clone this repository
git clone https://github.com/kolodgeeva/java-basic.git
-
Open the project in IntelliJ IDEA or your IDE of choice.
-
Run any
.java
file with amain
method to test and explore!
This project is built for educational purposes and will grow over time as new lessons are added. If you're enrolled in the course, feel free to experiment, add your own code, and practice here.
Please consider leaving a review on the course page. It helps other learners and supports future content!
If you have any questions, feel free to reach out via the course Q&A section or message me directly on Udemy.
Happy coding! 💻