Skip to content

kolodgeeva/java-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Java Basics – Udemy Course Project

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.

📚 Course Overview

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

🛠 Requirements

  • Java Development Kit (JDK 17 or later)
  • IntelliJ IDEA or any Java-compatible IDE
  • Basic command line or terminal knowledge (optional)

🚀 How to Run

  1. Clone this repository
git clone https://github.com/kolodgeeva/java-basic.git
  1. Open the project in IntelliJ IDEA or your IDE of choice.

  2. Run any .java file with a main method to test and explore!


🙌 Contributing

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.


⭐ Found this useful?

Please consider leaving a review on the course page. It helps other learners and supports future content!


📩 Questions?

If you have any questions, feel free to reach out via the course Q&A section or message me directly on Udemy.

Happy coding! 💻

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages