{"id":24977870,"url":"https://github.com/lahcenezzara/java-se-17-programming-course","last_synced_at":"2025-03-29T08:44:31.589Z","repository":{"id":275502131,"uuid":"926262111","full_name":"LahcenEzzara/Java-SE-17-Programming-Course","owner":"LahcenEzzara","description":"Java SE 17 Programming Course","archived":false,"fork":false,"pushed_at":"2025-02-02T23:21:38.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T00:20:51.057Z","etag":null,"topics":["java","java-17","java-se","jdk-17","object-oriented-programming","openjdk","programming","software-development"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LahcenEzzara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-02T23:05:39.000Z","updated_at":"2025-02-02T23:21:41.000Z","dependencies_parsed_at":"2025-02-03T00:20:54.071Z","dependency_job_id":"47db019f-aa64-45df-a4e4-87761d373455","html_url":"https://github.com/LahcenEzzara/Java-SE-17-Programming-Course","commit_stats":null,"previous_names":["lahcenezzara/java-se-17-programming-course"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2FJava-SE-17-Programming-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2FJava-SE-17-Programming-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2FJava-SE-17-Programming-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2FJava-SE-17-Programming-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LahcenEzzara","download_url":"https://codeload.github.com/LahcenEzzara/Java-SE-17-Programming-Course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162115,"owners_count":20733355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","java-17","java-se","jdk-17","object-oriented-programming","openjdk","programming","software-development"],"created_at":"2025-02-03T23:41:50.611Z","updated_at":"2025-03-29T08:44:31.412Z","avatar_url":"https://github.com/LahcenEzzara.png","language":"Java","readme":"# Java SE 17 Programming Course\n\n![Java Version](https://img.shields.io/badge/Java-17-blue)\n![License](https://img.shields.io/badge/license-MIT-green)\n\nWelcome to the **Java SE 17 Programming Course**! This repository contains all the materials, exercises, and projects designed to help you learn Java Standard Edition (SE) 17, the latest Long-Term Support (LTS) version of Java.\n\nJava SE 17 is a powerful, versatile, and widely-used programming language that is essential for building everything from simple command-line applications to complex enterprise-level systems. Whether you're a beginner or an experienced developer looking to refresh your skills, this course will guide you through the fundamentals and advanced features of Java SE 17.\n\n## Table of Contents\n\n- [Course Overview](#course-overview)\n- [Prerequisites](#prerequisites)\n- [Course Structure](#course-structure)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Course Overview\n\nThis course is designed to teach you the core concepts of Java SE 17 programming, including:\n\n- **Basic Syntax**: Variables, data types, operators, and control flow.\n- **Object-Oriented Programming (OOP)**: Classes, objects, inheritance, polymorphism, encapsulation, and abstraction.\n- **Exception Handling**: Try-catch blocks, custom exceptions, and best practices.\n- **Collections Framework**: Lists, sets, maps, and other data structures.\n- **Streams API**: Functional programming with streams, filters, and lambda expressions.\n- **Concurrency**: Threads, synchronization, and parallelism.\n- **Modules and Packages**: Understanding Java's module system introduced in Java 9.\n- **Advanced Topics**: Annotations, reflection, and working with files and I/O.\n\nBy the end of this course, you'll have a solid understanding of Java SE 17 and be able to build robust, maintainable applications.\n\n## Prerequisites\n\nBefore starting this course, you should have:\n\n- **Basic Computer Skills**: Familiarity with using a computer and navigating the file system.\n- **Text Editor or IDE**: We recommend using an Integrated Development Environment (IDE) like IntelliJ IDEA, Eclipse, or VS Code for writing and running Java code.\n- **JDK 17 Installed**: You need to have Java Development Kit (JDK) 17 installed on your machine. You can download it from [Oracle's official website](https://www.oracle.com/java/technologies/javase-jdk17-downloads.html) or use OpenJDK.\n\n## Course Structure\n\nThe course is divided into several modules, each focusing on a specific topic. Each module includes:\n\n- **Lecture Notes**: Detailed explanations of key concepts.\n- **Code Examples**: Practical examples demonstrating how to implement the concepts.\n- **Exercises**: Hands-on coding challenges to reinforce learning.\n- **Projects**: Larger projects that integrate multiple concepts and allow you to apply what you've learned.\n\n### Modules:\n\n1. **Introduction to Java**\n    - Setting up the environment\n    - Writing your first Java program\n    - Basic syntax and structure\n\n2. **Object-Oriented Programming**\n    - Classes and objects\n    - Inheritance and polymorphism\n    - Encapsulation and abstraction\n\n3. **Exception Handling**\n    - Try-catch-finally blocks\n    - Custom exceptions\n    - Best practices for error handling\n\n4. **Collections Framework**\n    - Lists, sets, and maps\n    - Iterators and comparators\n    - Working with generics\n\n5. **Streams API**\n    - Functional programming with streams\n    - Lambda expressions\n    - Filtering, mapping, and reducing data\n\n6. **Concurrency**\n    - Threads and thread pools\n    - Synchronization and locks\n    - Parallel streams\n\n7. **Modules and Packages**\n    - Understanding Java's module system\n    - Creating and using modules\n    - Modularizing large applications\n\n8. **Advanced Topics**\n    - Annotations and reflection\n    - File I/O and NIO.2\n    - Working with JSON and XML\n\n## Getting Started\n\nTo get started with the course:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/LahcenEzzara/Java-SE-17-Programming-Course.git\n   ```\n\n2. **Install JDK 17**:\n    - Download and install JDK 17 from [Oracle's official website](https://www.oracle.com/java/technologies/javase-jdk17-downloads.html) or use OpenJDK.\n    - Verify the installation by running:\n      ```bash\n      java --version\n      ```\n\n3. **Set Up Your IDE**:\n    - Install an IDE like IntelliJ IDEA, Eclipse, or VS Code.\n    - Import the project into your IDE.\n\n4. **Run the First Program**:\n    - Navigate to the `src` directory and run the `Main.java` file to ensure everything is set up correctly.\n\n5. **Follow the Modules**:\n    - Start with the first module and work your way through the course. Complete the exercises and projects to reinforce your learning.\n\n## Contributing\n\nWe welcome contributions to this repository! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\n### How to Contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeatureName`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeatureName`).\n5. Open a pull request.\n\nPlease make sure to follow the coding standards and guidelines outlined in the repository.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n### Acknowledgments\n\n- Thanks to the Java community for their continuous support and contributions to the language.\n- Special thanks to the contributors of this course for helping make it a valuable resource for learners.\n\nHappy coding! 🚀","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flahcenezzara%2Fjava-se-17-programming-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flahcenezzara%2Fjava-se-17-programming-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flahcenezzara%2Fjava-se-17-programming-course/lists"}