{"id":15068708,"url":"https://github.com/andresweitzel/job_interview_exercises_java_8","last_synced_at":"2026-02-11T20:35:43.364Z","repository":{"id":213982316,"uuid":"735409685","full_name":"andresWeitzel/Job_interview_exercises_Java_8","owner":"andresWeitzel","description":"Job interview exercises with java 8 applying Api Stream, Java Collection Framework, Lambdas Expression, others.","archived":false,"fork":false,"pushed_at":"2024-01-04T22:52:41.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T21:32:35.698Z","etag":null,"topics":["api-streams","java-collections-framework","java8","lamba-expression"],"latest_commit_sha":null,"homepage":"","language":null,"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/andresWeitzel.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":"2023-12-24T20:26:36.000Z","updated_at":"2023-12-24T20:30:03.000Z","dependencies_parsed_at":"2024-10-13T04:40:39.463Z","dependency_job_id":"85a308f0-ffc4-4dfc-a011-3995ca17481d","html_url":"https://github.com/andresWeitzel/Job_interview_exercises_Java_8","commit_stats":null,"previous_names":["andresweitzel/job_interview_exercises_java_8"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresWeitzel%2FJob_interview_exercises_Java_8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresWeitzel%2FJob_interview_exercises_Java_8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresWeitzel%2FJob_interview_exercises_Java_8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresWeitzel%2FJob_interview_exercises_Java_8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andresWeitzel","download_url":"https://codeload.github.com/andresWeitzel/Job_interview_exercises_Java_8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848975,"owners_count":20357684,"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":["api-streams","java-collections-framework","java8","lamba-expression"],"created_at":"2024-09-25T01:38:57.395Z","updated_at":"2026-02-11T20:35:43.334Z","avatar_url":"https://github.com/andresWeitzel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job_interview_exercises_Java_8\nJob interview exercises with java 8 applying Api Stream, Java Collection Framework, Lambdas Expression, others. \n\n \u003cbr\u003e\n\n\u003c!------Start Index-----\u003e\n\n## Index 📜\n\n\u003cdetails\u003e\n \u003csummary\u003e See \u003c/summary\u003e\n \u003cbr\u003e\n  \n### Java Collection Framework\n* [Using ArrayList Method.](#using-arraylist-method-)\n   \n\u003cbr\u003e\n\n\u003c/details\u003e\n\n\u003c!------Stop Index-----\u003e\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n\n## Project execution [🔝](#index-)\n\n\u003cdetails\u003e\n  \u003csummary\u003eSee\u003c/summary\u003e\n\u003cbr\u003e\n  \n\u003cbr\u003e\n\n\u003c/details\u003e\n\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n## String Methods \n\n### Using ArrayList Method [🔝](#index-)\n\n\u003cbr\u003e\n\n#### Write a Java program to create a list of arrays, add some values (of type strings) and print the collection.\n\u003cdetails\u003e\n  \u003csummary\u003eSee solution\u003c/summary\u003e\n \u003cbr\u003e\n \n* [ArrayList Exercises](https://www.w3resource.com/java-exercises/collection/index.php)\n\n\n#### Code\n ```java\nimport java.util.*;\npublic class Random {\n  public static void main(String[] args) {\n  List\u003cString\u003e list = new ArrayList\u003cString\u003e();\n  list.add(\"First string\");\n  list.add(\"Second string\");\n  list.add(\"Third string\");\n  System.out.println(list);\n }\n}\n ```\n\n#### Console\n ```java\n[First string, Second string, Third string]\n\n ```\n\n\u003cbr\u003e\n\n\u003c/details\u003e\n\n\n\n\u003cbr\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresweitzel%2Fjob_interview_exercises_java_8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandresweitzel%2Fjob_interview_exercises_java_8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresweitzel%2Fjob_interview_exercises_java_8/lists"}