java-20
There are 30 repositories under java-20 topic.
BNYMellon/CodeKatas
Code Kata collection for JVM Languages and Libraries.
wesleyegberto/java-new-features
Exploring Java 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
aleph0io/aws-lambda-java-base-images
AWS Lambda Base Images for Java 17+
medeirosdev/API-MusicBlender-Java
🎵 Spring Java - The Music Social Network API is a RESTful API that provides endpoints for creating, reading, updating, and deleting user profiles, songs, albums, playlists, and comments in a music-based social network. The API can be easily tested using Postman or any other HTTP client that supports sending JSON requests. The API accepts JSON
ibrahimatay/Java-Features
Java examples for tracking JEPs, JSRs, and JLRs in this repo, provide a comprehensive overview of Java language and platform updates.
AloisSeckar/demos-java
From Java 11 to Java 23 - new features in practical examples
kieda/sealed-enum
Utilize sealed classes as enums!
GAMM95/Conversor_Unidades
Sistema Java - desktop de conversor de unidades propuesto por el programa ONE de Alura Latam y Oracle el cual hace uso de herencia, polimorfismo e interfaces (POO). El programa convierte divisas, temperatura, unidades de peso, longitud, superficie y volumen.
Hemanth3303/CarSalesManagementSystem
KTU CSL333 DBMS Lab Project: Car Sales Management System using Java and MySQL
Petersil1998/Thresh-Java
Object-Oriented Java Wrapper for Riot's League of Legends API
qaPaloma/seleniumAutomationExercise
Selenium project using the Automation Exercise website
streamlined2/PublicLibrary
The project models business processes of public library
mgrecuccio/GildedRose-Refactoring-Kata
My implementation of the GildedRose-Refactoring-Kata exercise in Java
StormLbn/java_m2i_final
Training group project to learn Java, Spring and Angular : movies and series community website ; done during my training with M2i
streamlined2/binary-insert-sorter
Implementation of binary insert sort algorithm
streamlined2/order-book
Order book management
ZuebeyirEser/Daniel-Liang-12th-Edition-Introduction-to-Java-Programming-and-Data-Structure-Solutions
Solutions to Introduction to Java Programming by Y. Daniel Liang. 12th Edition
AlexNarvaez00/Spring-Boot-Blog
¡Hola! 👋 Aquí te dejo unos cuantos post sobre lo que he ido aprendiendo sobre esta gran tecnología, si algo te sirve o te ha sido útil no olvides compartirlo, muchas Gracias🧐 .
andersonhsporto/42-oauth2-spring
This project implements the OAuth2 authentication from the 42 school platform in Spring Boot
deepcloudlabs/dcl210-2023-jul-25
DCL-210: Advanced Java Programming
Ellian-aragao/palestra-optional-streams
Códigos para apresentação de exemplos na palestra sobre Optional API e Stream API
eskopp/Robocode
This repository contains the source code for the "Niffler" robot in the Robocode game. Robocode is a programmable robot combat platform where developers can use Java to create their own robots and compete against other robots in a virtual arena.
LamberKeep/TeamSpeakBot
Example of TeamSpeak Bot on ts3j
marcosnasp/read-csv-file
Read File txt using Java 20
PJSalter/Factorial-Calculator
Factorial Calculator: A Java program with JUnit 5 tests for calculating factorials of numbers within a specified range.
st4s1k/properties-diff-generator
Java .properties diff generator
streamlined2/heap-sorter
Heapsort algorithm implementation
streamlined2/merge-sorter
Implementation of merge sorter algorithm
streamlined2/quick-sorter
Quick sort recursive and non-recursive algorithm implementations