java-collections-framework
There are 35 repositories under java-collections-framework topic.
CarpenterLee/JCFInternals
深入理解Java集合框架
dgroup/enumerable4j
Amazing Ruby's "Enumerable" ported to Java
tridibsamanta/Learn-Java-Collections-Framework
A handy guide to some of the methods declared by the Collection, Map interfaces.
TheUnknownSoul/goit-java-homeworks
Homeworks examples for students and mentors of goit school. Java Core Course.
cupertinii/java-collections
Learn Java Collections Framework - Interface, Implementations and Algorithms
Aditya-Bhoye/Library-Management-System-Java
A Library Management System built using Java, utilizing ArrayList for data storage and Serialization for persistent data saving. This project enables efficient management of books and users without requiring a database.
beneite/JAVA-Concepts
This Repository Contains the programs of: JAVA OOPs, Java-8, java collections, Multithreading
kgniewek/JavaPractiseProject
Java practice project featuring sorting, character manipulation, and list operations. Utilizes Java Collections Framework and Comparator Interface for custom sorting of Employee objects. Includes functionality for list manipulation, unique character counting, and employee sorting.
milanthapaliya/Java
This repository is a collection of Java-related topics and code examples for learning and reference purposes.
ParadoxV5/Java-Collections-Framework
PlantUML class diagrams for the Java Collections Framework
rishikeshc369/ScheduledEmailService
JAVA Project To Automate the Email functionality for a Employee's Birthday in a Scheduled time
VirajPatidar/Java-Programs
Practice programs to learn Java
ahmed-hadaka/my_java_learning_Progress
This repo include all my programs, projects and assignments; done during my journey in learning java
ianirudhkhabya/java-programming-language
Java Programming Language
ishantSikdar/Java
My Data Structures and Algorithms programs on Java.
Jeya-sGit/Mini-Project-CORE-JAVA-
The College Admission System in Core Java is a console-based application designed to streamline the process of student admissions in an educational institution. This project leverages fundamental concepts of Core Java, and the code was developed, committed, and pushed using the Eclipse IDE. This allows users to perform key functionalities in Admsn
Jmichael39/password_hacker
In this project you’ll wear the hat of a real hacker. You must connect to a secret server without knowing the password. Your task is to write a Java program that can hack this password, and do so in the quickest way possible.
Jmichael39/Sorting-Tool-with-Java
This is the Sorting Tool with Java project I made myself. This project is mostly about sorting data using collections.
leoarj/algaworks-java-ej
Repository for registry of study and basic exercises of Java language and Java SE Platform, based on AlgaWorks's course "EJ - Especialista Java (Java Specialist)".
mjolewis/Data-Structures-with-Java
This repository provides examples of common data structures implemented in Java that can be used when designing different software. These data structures allow us to write efficient and re-usable code.
SaurabhKhurpe/banking_application
This is a standalone Java application. In this application I’ve developed the most required basic features of banking such as deposit, withdraw, check balance and transaction history.
SaurabhKhurpe/employee_management_system
This is an employee database management application. In this application I've developed REST APIs. This APIs could perform CRUD operations on Employee's database that is being stored in MySQL.
SaurabhKhurpe/movie_review
This is a movie review application. In this application I’ve developed the most required basic features of movie review such as adding movie, their rating, their average rating by end users. Every movie that is added will have title, genre and rating. I've also implemented API to get movies having same genre.
SeanAtho/RMIT-Further-Programming-A1-MyCar
The system keeps a list of vehicles that users can choose from. It allows the user to book a vehicle for travelling in Melbourne. The list of vehicles is provided in Fleet.csv file . The first row in Fleet.csv file contains headers, and the rest of the rows contain the vehicle information.
SeanAtho/RMIT-Further-Programming-A2-MyHealth
Desktop Graphical User Interface Application, named MyHealth, which allows users to keep their personal health records.
suraj-khot-19/Collection-Course
Practicing Java Collections concepts, including ArrayList, LinkedList, HashMap, ConcurrentHashMap, and Garbage Collection through hands-on examples.
aayush-dhakal/Java-CollectionFramework-CRUD-ConsoleApp
CRUD app using Java Collections Framework
abhinav-nath/data-structures-and-algorithms
Code examples of most popular Data Structures in Java along with many custom Data Structure implementations.
andresWeitzel/Job_interview_exercises_Java_8
Job interview exercises with java 8 applying Api Stream, Java Collection Framework, Lambdas Expression, others.
chaseofthejungle/intro-to-java-collections-framework
An overview guide of essential Java principles, providing a foundation for future study.
EduardoB-Programador/Collections-com-Java
Aprendi melhor a usar o Collections do Java em um curso de Java da DIO, e esses foram os exercícios que eu executei
fufic123/java-studies
all my java study tasks
WilcyWilson/CRUD-CollectionFramework-ConsoleApp
Java Collection Framework CRUD Operation Console App