Skip to content

Dimah-code/advanced-java-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Java Programming

Language: Java Content: Examples + Exercises

A complete collection of code examples and exercises from the Persian book "Step-by-Step Java Programming" by Dr. Einollah Jafarnejad Qomi. This repository serves both as a learning resource and a ready-to-run code archive.


Book Overview

  • Title: Step-by-Step Java Programming (آموزش گام به گام برنامه‌نویسی به زبان جاوا)
  • Author: Dr. Einollah Jafarnejad Qomi (دکتر عین الله جعفرنژاد قمی)
  • Publisher: Olom Rayaneh (علوم رایانه)
  • Edition: 2nd (approx. 600 pages, 2022/2023)
  • Scope: Covers Java’second essentials progressively—from basic data types and control structures to classes, methods, recursion, and file I/O—designed with practical Eclipse-based examples.

Repository Contents

Unit 1: Basics of Java Programming Language
Unit 2: Program structure in Java and input - output
Unit 3: Control Structures 
Unit 4: Introduction to Classes
Unit 5: Introducing Some Useful Classes
Unit 6: Arrays and Their Applications
Unit 7: Inheritance and Polymorphism

How to Run

  1. Install Java JDK 8+ and optionally Eclipse IDE (as in the book).
  2. Clone the repo:
    git clone https://github.com/Dimah-code/advanced-java-programming.git
    cd advanced-java-programming
    
    javac unit_0N/Examples/Example_N/Example_N_N.java
    java unit_0N/Examples/Example_N/Example_N_N
    
    

How to Use

Browse chapters sequentially to follow the instructional flow. Run example code to see output and behavior. Complete exercises without looking at solutions, then compare. Use GitHub issues to discuss questions, fixes, or edge cases.

Project Structure

project-root/
│            
├── src/                
│   └── unit_0N/
│         ├── Examples/
│         │    └──Example_N/
│         │        └── Example_N_1.java
│         └── Exercises/
│              └── Exercise_N/
│                   └── Exercise_N_1.java
├── .gitignore
├── LICENSE
└── README.md    

Contributing

Contributions are welcome! Suggestions:

Who This Is For

Role Benefit
Beginners Learn Java fundamentals step‑by‑step
Students Reinforce concepts with exercises
Teachers/Reviewers Use clean, well‑organized code examples
Persian speakers Bridge book content with English comments

Author

Dimah‑code – Repository maintained by Hamidreza

License

This project is licensed under MIT. See LICENSE for details.

About

A collection of exercises and examples from the book Step-by-Step Programming with Java

Topics

Resources

License

Stars

Watchers

Forks

Languages