{"id":16497251,"url":"https://github.com/guillaumefalourd/java-exercices","last_synced_at":"2025-03-21T08:30:42.263Z","repository":{"id":43305972,"uuid":"403097108","full_name":"GuillaumeFalourd/java-exercices","owner":"GuillaumeFalourd","description":"Exercícios em Java para iniciantes (pré-Junior) ☕️🇧🇷","archived":false,"fork":false,"pushed_at":"2021-11-05T15:16:00.000Z","size":3751,"stargazers_count":36,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T04:15:58.195Z","etag":null,"topics":["beginner","desafios","exercices","hacktoberfest","java","junior"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuillaumeFalourd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-04T15:53:50.000Z","updated_at":"2025-02-21T18:20:40.000Z","dependencies_parsed_at":"2022-09-23T06:50:51.055Z","dependency_job_id":null,"html_url":"https://github.com/GuillaumeFalourd/java-exercices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fjava-exercices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fjava-exercices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fjava-exercices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fjava-exercices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeFalourd","download_url":"https://codeload.github.com/GuillaumeFalourd/java-exercices/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244121408,"owners_count":20401262,"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":["beginner","desafios","exercices","hacktoberfest","java","junior"],"created_at":"2024-10-11T14:38:55.824Z","updated_at":"2025-03-21T08:30:41.185Z","avatar_url":"https://github.com/GuillaumeFalourd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Exercices\n\nEsse repositório disponibiliza exercícios em Java para iniciantes, encontrados online ou criados pelos contribuidores.\n\n## Exercicios\n\n- [Básico](https://github.com/GuillaumeFalourd/java-exercices/tree/main/0-BASICO)\n   - Aulas\n      - [Aulas 1 e 2](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/AULAS/aula-1-e-2.pdf)\n      - [Aula 3](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/AULAS/aula-3.pdf)\n      - [Aula 4](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/AULAS/aula-4.pdf)\n      - [Java Básico](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/AULAS/java-basico.pdf)\n   - Estrutura Sequencial\n     - [Lista 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/1-estrutura-sequencial.md)\n     - [Lista 2](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/2-estrutura-sequencial.md)\n   - Estrutura de Decisão\n     - [Lista 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/3-estrutura-de-decisao.md)\n     - [Lista 2](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/4-estrutura-de-decisao.md)\n   - Estrutura de Repetição\n     - [Lista 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/5-estrutura-de-repeticao.md)\n     - [Lista 2](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/6-estrutura-de-repeticao.md)\n   - Resumo\n     - [Lista 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/7-estruturas.md)\n     - [Desafio](https://github.com/GuillaumeFalourd/java-exercices/blob/main/0-BASICO/8-desafio.md)\n - [Programação Orientada a Objetos 1](https://github.com/GuillaumeFalourd/java-exercices/tree/main/1-POO1)\n   - Aulas\n      - [Java e Orientação a Objetos 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/1-POO1/AULAS/Java%20e%20Orienta%C3%A7%C3%A3o%20a%20Objetos%20I.pdf)\n   - Herança\n      - [Exercício 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/1-POO1/Heran%C3%A7a/enunciado.md)\n   - Exercícios\n      - [Aquecimento](https://github.com/GuillaumeFalourd/java-exercices/blob/main/1-POO1/1-aquecimento.md)\n      - [Modelagem de classe 1](https://github.com/GuillaumeFalourd/java-exercices/blob/main/1-POO1/2-modelagem-de-classe.md)\n      - [Modelagem de classe 2](https://github.com/GuillaumeFalourd/java-exercices/blob/main/1-POO1/3-modelagem-de-classe.md)\n      - [Encapsulamento](https://github.com/GuillaumeFalourd/java-exercices/blob/main/1-POO1/4-encapsulamento.md)\n\n## Fontes\n\n- https://dev.to/guilhermemanzano/lista-de-exercicios-basicos-em-java-parte-1-5f0l\n- https://www.devmedia.com.br/forum/exercicios-de-java-basico-para-treino-com-resposta/564616\n\n## Como Contribuir?\n\n- [Guias para contribuição](https://github.com/GuillaumeFalourd/java-exercices/blob/main/CONTRIBUTING.md)\n\n### Contribuidores\n\n\u003ca href=\"https://github.com/GuillaumeFalourd/java-exercices/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=GuillaumeFalourd/java-exercices\" /\u003e\n\u003c/a\u003e\n\n(Criado com [contributors-img](https://contrib.rocks))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fjava-exercices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumefalourd%2Fjava-exercices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fjava-exercices/lists"}