Skip to content

sinan-keskin/java-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β˜• java-basics

A collection of basic Java examples and core concepts πŸ“š
Designed for beginners who want clean, simple, and easy-to-understand Java code.

Java Build


πŸ“˜ Topics Covered

This repository includes examples of:

  • 🌱 Classes, objects, and inheritance
  • πŸ“¦ Collections and the Stream API
  • πŸ”€ Threads and Lambda expressions
  • βœ”οΈ Clean, beginner-friendly Java code structure

πŸ§ͺ Example Code

public class Main {
    public static void main(String[] args) {
        System.out.println("Hello Java β˜•");
    }
}

🎯 Goal

To help beginners understand:

  • The basics of Java OOP
  • How streams and collections work
  • Modern Java syntax (lambdas, functional style)
  • Project structure using simple examples

Perfect for students, new developers, or anyone brushing up on Java fundamentals.

Releases

No releases published

Packages

No packages published

Languages