Aprendi melhor a usar o Collections do Java em um curso de Java da DIO, e esses foram os exercícios que eu executei
-
Updated
Jul 19, 2024 - 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
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.
This repo include all my programs, projects and assignments; done during my journey in learning java
This is the Sorting Tool with Java project I made myself. This project is mostly about sorting data using collections.
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.
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.
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
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.
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.
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.
Job interview exercises with java 8 applying Api Stream, Java Collection Framework, Lambdas Expression, others.
Code examples of most popular Data Structures in Java along with many custom Data Structure implementations.
Desktop Graphical User Interface Application, named MyHealth, which allows users to keep their personal health records.
Java Collection Framework CRUD Operation Console App
My Data Structures and Algorithms programs on Java.
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.
This repository is a collection of Java-related topics and code examples for learning and reference purposes.
Add a description, image, and links to the java-collections-framework topic page so that developers can more easily learn about it.
To associate your repository with the java-collections-framework topic, visit your repo's landing page and select "manage topics."