| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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
git clone https://github.com/geekmanesh/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
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-root/
│
├── src/
│ └── unit_0N/
│ ├── Examples/
│ │ └──Example_N/
│ │ └── Example_N_1.java
│ └── Exercises/
│ └── Exercise_N/
│ └── Exercise_N_1.java
├── .gitignore
├── LICENSE
└── README.md
Contributions are welcome! Suggestions:
| 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 |
Geekmanesh – Repository maintained by geekmanesh
This project is licensed under MIT. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |