{"id":28341212,"url":"https://github.com/souze-san/java","last_synced_at":"2025-09-12T21:21:14.439Z","repository":{"id":188732253,"uuid":"679320771","full_name":"SouZe-San/JAVA","owner":"SouZe-San","description":"This repo contains some basic java knowledge , with code and explention","archived":false,"fork":false,"pushed_at":"2023-08-20T14:59:07.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T06:38:06.643Z","etag":null,"topics":["collections-framework","java","threds"],"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/SouZe-San.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,"zenodo":null}},"created_at":"2023-08-16T15:19:50.000Z","updated_at":"2023-08-16T15:26:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eeff7bb-ec11-4ec2-b958-55327e57775e","html_url":"https://github.com/SouZe-San/JAVA","commit_stats":null,"previous_names":["souze-san/java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SouZe-San/JAVA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SouZe-San%2FJAVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SouZe-San%2FJAVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SouZe-San%2FJAVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SouZe-San%2FJAVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SouZe-San","download_url":"https://codeload.github.com/SouZe-San/JAVA/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SouZe-San%2FJAVA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274879247,"owners_count":25367095,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["collections-framework","java","threds"],"created_at":"2025-05-27T03:57:29.280Z","updated_at":"2025-09-12T21:21:14.413Z","avatar_url":"https://github.com/SouZe-San.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **JAVA**\n\nThis repo contains some basic java knowledge, with code and explanation.\nthis was created at the time of my Java practice and learning.\n\n## This All My Notes on Java\n\n    Arrange in my way of understanding if find help full then use it.\n\n## File content --\n\n- _Tutorial_ -\u003etheir are Notes on basic concept on java with Code material.\n\n- _PROBLEMs_ -\u003eIn normally there Some problem solution of some question using Java.\n\n# **Tutorial Path - **\n\n    Assuming you have knowledge Basic coding knowledge\n\n### 0. Basic\n\n- scanner class uses for input\n- System.out.print() statement uses for output\n- variable declaration {int, float, double, char, String, boolean}\n\n### 1. Array\n\n- array declaration.\n- array operation/methods\n- Type of Array traversal\n\n### 2. Methods\n\n- other language like this also have function that called as methods\n\n```\nreturnType Name (params){//code}\nvoid Name(){}\n```\n\n- Type of methods\n- VarArgs\n- Methods Overloading\n\n### 3. Class\n\n- Declaration\n\n### 3. Constructor\n\n- Declaration\n- Constructor overloading\n\n### 3. Access Modifies\n\n- Go through \"Theory_in_java.txt\"\n\n### 4. Inheritance\n\n- what is\n- Type of inheritance\n- Method Overriding\n\n### 6. Abstract Methods\n\n-Deceleration\n-why use\n\n### 7. Abstract Class\n\n- Uses\n\n### 5. Interface\n\n- What is\n- Deceleration\n- Use\n\n### 7. Dynamic dispatch(Runtime Polymorphism)\n\n- Method Overriding\n\n### 8. Threads\n\n- create\n- run\n- methods\n\n### 9. Error \u0026 Exception handling\n\n- For theory Go through \"Theory_in_java.txt\"[Error \u0026 Exception handling]\n- Try catch block\n- Finally block\n- Custom Exception create\n\n### 10. File Handling\n\n- file create\n- file read\n- file write\n- file delete\n\n### 11. Packages\n\n-- Go through \"Theory_in_java.txt\"[Packages]\n\n- What is\n- How to create\n- How to use\n\n### 12. ArrayList Class\n\n- ArrayList declaration.\n- ArrayList operation/methods\n- Type of ArrayList traversal\n\n### 13. LinkedList Class\n\n- LinkedList declaration.\n- LinkedList operation/methods\n- Type of LinkedList traversal\n\n### 13. Collection Framework\n\n- Go through \"Theory_in_java.txt\"[Collection Framework]\n\n### 14. HashSet Class\n\n- HashMap declaration.{hashset.java}\n- HashMap operation/methods\n- Type of HashMap traversal\n\n### 15. Date \u0026 Time\n\n- Go through \"Theory_in_java.txt\"[Date \u0026 Time]\n\n### 16. Calender\n\n- Type of Calender\n  -declaration\n  -operation/methods\n\n### 17. Annotation\n\n- Go through \"Theory_in_java.txt\"[Annotation]\n\n### 18. Generics\n\n### 19. Anonymous\n\n-Lambda Expressions :\n\n### 16. Java Docs\n\n- Go through \"Theory_in_java.txt\"[Java Docs]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouze-san%2Fjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouze-san%2Fjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouze-san%2Fjava/lists"}