{"id":20639598,"url":"https://github.com/sanchezih/static-final-keywords-java","last_synced_at":"2025-04-15T22:54:21.695Z","repository":{"id":248608434,"uuid":"828573145","full_name":"sanchezih/static-final-keywords-java","owner":"sanchezih","description":"Ejemplos de uso de las keywords static y final en Java.","archived":false,"fork":false,"pushed_at":"2024-08-12T14:45:47.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-15T22:54:17.126Z","etag":null,"topics":["java-21","maven"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanchezih.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-14T14:56:31.000Z","updated_at":"2024-08-12T14:45:51.000Z","dependencies_parsed_at":"2024-11-16T15:27:49.617Z","dependency_job_id":"b1dfc79a-6dd6-4c1b-8038-93289432943a","html_url":"https://github.com/sanchezih/static-final-keywords-java","commit_stats":null,"previous_names":["sanchezih/static-final-keywords-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanchezih%2Fstatic-final-keywords-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanchezih%2Fstatic-final-keywords-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanchezih%2Fstatic-final-keywords-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanchezih%2Fstatic-final-keywords-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanchezih","download_url":"https://codeload.github.com/sanchezih/static-final-keywords-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167439,"owners_count":21223505,"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-21","maven"],"created_at":"2024-11-16T15:25:15.697Z","updated_at":"2025-04-15T22:54:21.669Z","avatar_url":"https://github.com/sanchezih.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keywords static y final en Java\n\n![GitHub last commit](https://img.shields.io/github/last-commit/sanchezih/final-static-keywords-java)\n![GitHub repo size](https://img.shields.io/github/repo-size/sanchezih/final-static-keywords-java)\n\n- La palabra clave **static** indica que una variable pertenece a la clase misma y no a una instancia particular de la clase. Esto significa que solo hay una copia de la variable, que es compartida por todas las instancias de la clase.\n\n- La palabra clave **final** indica que una variable no se puede reasignar una vez que se ha inicializado. Esto es util para evitar cambios accidentales en variables importantes.\n\n- [Diferencia entre \"final static\" y \"static final\"](https://www.baeldung.com/java-static-final-order).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanchezih%2Fstatic-final-keywords-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanchezih%2Fstatic-final-keywords-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanchezih%2Fstatic-final-keywords-java/lists"}