Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
- GitHub: https://github.com/topics/java
- Wikipedia: https://en.wikipedia.org/wiki/Java_(software_platform)
- Created by: James Gosling
- Released: May 23, 1995
- Aliases: java-8, java8, java11, java-11, jvm, jdk, openjdk, javase, java-se,
- Last updated: 2026-07-10 00:16:17 UTC
- JSON Representation
https://github.com/mistermboy/pycompiler
Python Compiler
compiler compiler-design compilers design java lex parser python uniovi university visitor visitor-pattern yacc
Last synced: 07 May 2025
https://github.com/alxgcrz/_design-patterns_
Apuntes sobre patrones de diseño en el desarrollo de software
Last synced: 03 Apr 2025
https://github.com/build-on-aws/amazon-bedrock-java-examples
Welcome to this repo where we'll continue adding hands-on examples demonstrating the use of the Java SDK for Amazon Bedrock.
amazon-bedrock aws aws-java-sdk-v2 generative-ai java
Last synced: 10 Apr 2025
https://github.com/treblle/treblle-spring
The official Treblle SDK for Java. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
api api-monitoring api-observability backend developer-tool java java-spring-sdk logging rest-api restful-api sdk sdk-java spring spring-backend treblle treblle-sdk
Last synced: 08 Jul 2025
https://github.com/brake/milenage
Java implementation of 3GPP™ TS 35.206 Milenage algorithm
3gpp algorithm calculations java javadoc telecom
Last synced: 24 Jun 2025
https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP
An Android Chatting Application coded in Java language using Android Studio. Backend is implemented in PHP Language i.e, APIs. Users can send messages, delete messages, edit messages, send images, and set their profile pictures
android-studio apache api chatting-app java java-android java-android-application java-android-studio-project mysql php xampp
Last synced: 12 Mar 2025
https://github.com/pavankjadda/bookstore
Spring Boot Project deployed with Jenkins CICD pipeline on OpenShift
aws bookstore cicd java jenkins-cicd-pipeline jenkins-pipeline jenkinsfile openshift spring-boot
Last synced: 18 Jul 2025
https://github.com/theseems/clinq
Experimental validation mini-framework
declarative java token validation
Last synced: 13 Apr 2025
https://github.com/jeremynoesen/volleyball
A simple volleyball minigame plugin for Spigot Minecraft servers
bukkit bukkit-plugin gradle java minecraft minecraft-plugin minigame minigame-plugin paper plugin spigot spigot-plugin volleyball
Last synced: 21 Mar 2025
https://github.com/uglyoldbob/jni-min-helper
Minimal helper for `jni-rs`, supporting dynamic proxies, Android dex embedding and broadcast receiver. Used for calling Java code from Rust.
Last synced: 08 Jun 2026
https://github.com/livotovlabs/webapplicationskeleton
Ready to use, 100% Java, gradle powered, lightweight and scalable web-application template with all the major modules, typically required for every project - Backend with DAO and database persistence, IoC, timer services, REST API with client, rich web UI - all without the fat JEE stuff. Use it as a starting point for your new Java Web App
backend bootstrap gradle ide intellij ioc java java-web jee skeleton template webapp
Last synced: 03 Feb 2026
https://github.com/glotaran/glotaran-legacy
The original global and target analysis software - GUI for TIMP built with Java
deprecated-repository java legacy-code target-analysis timp
Last synced: 18 Feb 2026
https://github.com/k33ptoo/java-swing-custom-titlebar
A project to showcase an OS aware Title bar to replace the default swing title bar which you may be able to customize and add more components.
Last synced: 27 Jul 2025
https://github.com/eitco/eitco-mavenizer
Helps you to find or define Maven UIDs for any JAR file and generate corresponding artifact install scripts.
Last synced: 01 Aug 2025
https://github.com/patribots4738/chargedup2023
Patribots 4738 FRC 2023 Robot Code for Charged Up
commented first-robotics-competition frc-java gracious-professionalism high-school java open-source robotics stem-education well-documented wpilib
Last synced: 29 Sep 2025
https://github.com/saiupadhyayula/learnspringframework
This repository contains source code of the Youtube course LearnSpringFramework
Last synced: 25 Jul 2025
https://github.com/asnelt/derandom
Android pseudo random number predictor
android-device java linear-congruential-generator mersenne-twister prng pseudo-random-generator
Last synced: 17 Mar 2025
https://github.com/hms-core/hms-awareness-demo
HUAWEI Awareness Kit provides your app with the ability to obtain contextual information including users' current time, location, behavior, audio device status, ambient light, weather, and nearby beacons. Your app can gain insight into a user's current situation more efficiently, making it possible to deliver a smarter, more considerate user experience.
android awareness consciousness geofence hms java
Last synced: 01 Aug 2025
https://github.com/toolarium/common-build
The common-build project has the goal to simplify the development environment setup. It works for the main environment such as Linux, Windows and Mac. It can be used as a "transparent" wrapper of the most common build tools such as Gradle, Maven or Ant.
ant build common gradle java linux mac maven windows wrapper
Last synced: 18 Apr 2026
https://github.com/nameisjayant/android-java-mvvm-with-roomdatabase-retrofit-and-recyclerview
we are going to build a simple project with the help of Room Database , ViewModal , LiveData and Retrofit. So, What is the agenda of this project? First we will send a retrofit request to the web server for json data, then after fetching json data from the server , we will store that data into Room Database and then shows into the recyclerview. Alright!
android androidstudio api java retrofit roomdatabase
Last synced: 04 Jul 2025
https://github.com/growthbook/growthbook-sdk-java
The Java SDK for GrowthBook (JVM, Android)
ab-testing feature-flags java sdk
Last synced: 29 Jan 2026
https://github.com/hms-core/hms-search-demo
HMS search kit demo provides an example of integrating HUAWEI Search Kit with an app.This topic uses the search home page and search content details page as examples to describe how to use Search Kit functions and display data returned by interfaces.
android custom-search hms huawei java search searchkit spell-check
Last synced: 13 Oct 2025
https://github.com/shubh2-0/basic-java
The Basic Java repository is a beginner's guide to Java programming. It includes examples and programs covering object-oriented programming, arrays, methods, and more. Whether you're new to Java or looking to strengthen your skills, this repository is the perfect resource to learn and practice Java programming concepts. 🚀📚
array boolean character class datatype float integer java java-classes object object-oriented-programming string
Last synced: 17 Mar 2026
https://github.com/shubh2-0/runnable_vs._callable
This GitHub repository explores Runnable and Callable interfaces in Java. It provides examples and code implementations to demonstrate their usage in concurrent programming. Learn the differences and when to use each interface. Enhance your understanding of these Java interfaces.
callable interfaces java java-8 multi-threading runnable threading
Last synced: 24 Oct 2025
https://github.com/ardesco/appium-maven-template
A Maven template for Appium
Last synced: 06 Oct 2025
https://github.com/clxering/technical-articles-collection
日常收集的技术文章(中文、中英对照)
articles back-end chinese-english-bilingual front-end full-stack java javascript
Last synced: 10 Apr 2025
https://github.com/deepcloudlabs/stream-api-exercises-part3
Stream API Exercises : Part III
java java-8-lambda java-8-stream java8
Last synced: 25 Oct 2025
https://github.com/apache/maven-remote-resources-plugin
Apache Maven Remote Resources Plugin
build-management java maven maven-plugins maven-remote-resources-plugin
Last synced: 05 Apr 2025
https://github.com/tornaia/java-offline-geoip
Java Offline GeoIP maps any IP address to its country code
apache2-license code country geoip geolite2 geolite2-database ip ipaddress iso iso3166 iso3166-1 iso31661 java java8 library location maven offline opensource
Last synced: 06 Mar 2026
https://github.com/vladimir-dejanovic/graphql-vs-traditional-rest-api-conftalk_demo
This is demo code for my conference talk GraphQL vs Traditional REST API. It consists of simple REST end points and GraphQL end point, with MongoDB in backened.
demo graphql graphql-api graphql-java graphql-server java rest rest-api
Last synced: 06 Mar 2026
https://github.com/osandadeshan/maxsoft-intelliapi
First-ever code-free and lightweight cross platform API and database test automation tool.
gauge intelliapi java maven maxsoft rest-api rest-assured
Last synced: 06 May 2025
https://github.com/selimhorri/ecommerce-monolithic-backend-app
Monolithic backend for ecommerce app
ecommerce java jwt kafka mail-service monolithic rest-api spring-boot spring-data-jpa spring-security twilio-api
Last synced: 12 Apr 2025
https://github.com/matcracker/pocketmine-managerservers
PocketMine-ManagerServers is a useful software that allow you to install and manage servers for PocketMine-MP! You can install servers MC:PE (v1.0.5), you can...
java mcpe-util pocketmine server-management
Last synced: 07 May 2025
https://github.com/codestates-seb/seb40_main_006
위치 기반 스터디 모집 플랫폼 JamIt 🍓
aws-ec2 java javascript react spring vercel
Last synced: 13 Apr 2025
https://github.com/anshumansinha3301/java-supreme
Some Java Codes for destructions
algorithms-and-data-structures data-structures java
Last synced: 13 Jul 2025
https://github.com/vankka/mcdiscordreserializer
A library for transcoding between Minecraft and Discord.
Last synced: 20 Jun 2025
https://github.com/amrdeveloper/snapmacro
Free and Open source Cross-platform bot creator with a new scripting language called snap to interact with the mouse, keyboard, and screen using Snap scripting language
bot-creator hacktoberfest interpreter java javafx macro scripting-language snap snap-scripting-language
Last synced: 12 Apr 2025
https://github.com/liangjfblue/autotestbluetooth
自动重连蓝牙,首次设置好命令后,以后自动重连后自动发送输入框的命令。用于自动测试设备蓝牙的连接性能
Last synced: 06 May 2025
https://github.com/build-on-aws/java-fm-playground
Explore how you can use Amazon Bedrock with Java in a dynamic environment! It includes a Spring Boot app and a Next.js frontend, perfect for learning and experimentation with generative AI on AWS.
amazon-bedrock aws bedrock generative-ai generative-art image-generation java large-language-models llm nextjs sample-app spring-boot web-development
Last synced: 20 Jun 2025
https://github.com/eriffanani/TextViewReadMore
Android library for creating expand button on your long textview
android android-library endlesstext expandabletext expandabletextview java kotlin longtext readmore textview-android textviews
Last synced: 11 Apr 2025
https://github.com/sakebook/multilinedivider
Multi divider in RecyclerView on Android.
android android-library android-ui divide divider itemdecoration java kotlin multi-divider recyclerview
Last synced: 17 Jun 2025
https://github.com/ashish2030/design-a-valet-parking-system-using-java
:octocat: 🌟ᴛʜɪꜱ ɪꜱ ᴛʜᴇ ꜱᴏʟᴜᴛɪᴏɴ ᴏꜰ ꜰᴀᴍᴏᴜꜱ ᴀᴍᴀᴢᴏɴ Qᴜᴇꜱᴛɪᴏɴ ꜰᴏʀ ꜱᴅᴇ1 ʀᴏʟᴇ ɪɴ ᴜꜱ ᴀɴᴅ ᴀʟꜱᴏ ᴀꜱᴋᴇᴅ ʙʏ ᴅɪʀᴇᴄᴛᴏʀ ᴏꜰ ᴡᴏʟʟꜰɪꜱʜ ᴘʀɪᴠᴀᴛᴇ ʟɪᴍɪᴛᴇᴅ 💻 🎯 🚀
12lpa 40k-stipend amazon-us java sde system-design-interview wollfish-private-limited
Last synced: 11 Apr 2025
https://github.com/hms-core/hms-wiseplay-demo-exoplayer
WisePlay DRM demo based on ExoPlayer. It provides sample to show how to play online video with WisePlay DRM
android digital-rights-management drm exoplayer hms huawei java video wiseplay
Last synced: 29 Oct 2025
https://github.com/osandadeshan/selenium-testng-page-factory-extended
This is a sample project to demonstrate high readable test automation implementation with Selenium + Page Factory and Fluent Interface Design Patterns + TestNG + Java.
automation automation-framework automation-ui fluent-interface java page-factory selenium selenium-java selenium-webdriver testng
Last synced: 06 May 2025
https://github.com/VLSMB/ecommerce
简易版抖音电商
backend java mybatis redis springboot
Last synced: 17 Jan 2026
https://github.com/yihleego/tlv
📦 A TLV (type-length-value or tag-length-value) tool for Java. TLV is an encoding scheme used for optional information element in a certain protocol.
java tag-length-value tlv type-length-value
Last synced: 15 Jul 2025
https://github.com/secure-software-engineering/authcheck
Analysis for access-control vulnerabilities in Java Spring Security applications.
access-control authentication authorization java security soot springframework
Last synced: 10 Apr 2025
https://github.com/racodond/sonar-jproperties-plugin
SonarQube Java Properties Analyzer
code-quality guidelines java linter properties sonarqube sonarqube-plugin static-analysis static-analyzer styleguide
Last synced: 21 Mar 2025
https://github.com/dawidolko/algorithms-data-structures
Tasks studies - laboratory
data java labs structures works
Last synced: 06 Apr 2025
https://github.com/jeeshell/je2sh
JVM Extensible & Embeddable Shell
java jcommander jline kotlin shell spring-boot ssh
Last synced: 11 Jan 2026
https://github.com/codeclou/java-junit-xml-merger
Merges multiple JUnit XML files into a single testsuites XML file.
java junit junit-format junit-report junit-xml merger
Last synced: 29 Aug 2025
https://github.com/oldratlee/java-compiler-demo
Demo project of creating dynamic applications with javax.tools.JavaCompiler
classloader compiler dynamic-app dynamic-compiler java
Last synced: 21 Mar 2025
https://github.com/reloadly/reloadly-sdk-java
The official Reloadly SDK for Java.
airtime java reloadly reloadly-sdk sdk telecommunications topup
Last synced: 21 Sep 2025
https://github.com/selimhorri/quarkus-vs-spring-boot-performances
Comparing Quarkus vs Spring Boot frameworks
Last synced: 13 Aug 2025
https://github.com/piomin/sample-jasperreport-boot
sample application that show how to generate large pdf files using spring-boot with jasperreports
jasperreports java pdf pdf-files pdf-generation performance spring-boot
Last synced: 10 Aug 2025
https://github.com/hoangsonww/guillotine-game
⚔️ This repository contains the "Guillotine Game," a strategy game coded in Java and JavaFX. It involves players making tactical decisions to avoid the guillotine and survive as long as possible. The game demonstrates the use of JavaFX for creating visually appealing and interactive GUIs.
game game-development gamedev gui gui-application gui-application-java guillotine guillotine-game guillotinemenu java javafx
Last synced: 22 Sep 2025
https://github.com/offa/nbcndunit
NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.
c cpp cpputest googletest java netbeans netbeans-plugin unit-testing
Last synced: 14 May 2025
https://github.com/kakarottocui/xinliyuyue
基于java SpringMVC的心理咨询预约管理系统
java javascript mysql springmvc
Last synced: 28 Jul 2025
https://github.com/obecker/decycle
Perform package cycle dependency checks in JVM projects (Java, Groovy, Scala, Kotlin, ...)
code-quality gradle gradle-plugin java maven-plugin modularization
Last synced: 25 Sep 2025
https://github.com/litongjava/whisper.cpp.android.java.demo
A sample Android app using java code and whisper.cpp library to do voice-to-text transcriptions.
Last synced: 23 Aug 2025
https://github.com/muqrock/student_course_enrollment_app
JAVA OOP PROJECT - This project is about Student Enrollment App where student can enroll in subject and pay
assignment college java java-programming java-project object-oriented-programming oops-in-java project university
Last synced: 04 Aug 2025
https://github.com/ingogriebsch/spring-hateoas-siren-samples
A repository that contains examples for Spring HATEOAS Siren to showcase how to use the features provided by the library.
hypermedia hypermedia-format-siren java siren spring spring-hateoas spring-hateoas-siren spring-mvc spring-web spring-web-mvc spring-webflux
Last synced: 07 Aug 2025
https://github.com/ralleytn/simplejson
An improved version of json-simple for Java 11+
deserialization easy formatting java java11 json json-data json-simple jsonsimple library parse parser pretty-print pretty-printing serialization simple simplejson type-safety
Last synced: 10 Apr 2025
https://github.com/firaskahlaoui/we-rescue
"We Rescue" is an Android application designed for pet adoption.
adoption android-application android-studio animals firebase-auth firebase-realtime-database firebase-storage java pet-project xml
Last synced: 14 Apr 2025
https://github.com/gantsign/maven-parent-poms
Parent Maven POMs with best practice configuration
Last synced: 06 Apr 2025
https://github.com/angular2guy/angularandspringwithmaps
This project shows howto use Angular 19 and Bing Maps and Spring Boot 3 and Jpa with a Gradle build in clean architecture. For the communication between the frontend and the backend GraphQl is used. For development/production the H2/Postgresql databases are used. The databases are managed with Liquibase. GraalVM native image is supported.
angular angular-components angular19 archunit clean-architecture docker graalvm graalvm-native-image gradle graphql java jpa kubernetes liquibase postgresql spring-actuator spring-boot spring-graphql springboot3 typescript
Last synced: 14 Apr 2025
https://github.com/geocine/sjremote
A remote control for SJCam on Android via wifi
android java record-video sjcam
Last synced: 19 Mar 2025
https://github.com/skuzzle/snapshot-tests
Convenient snapshot testing for Java
java junit junit5-extension testing
Last synced: 17 Mar 2025
https://github.com/fadouse/antidump
JNI-AntiDump/Debugging
antidebug antidump antireverser java
Last synced: 14 Jun 2025
https://github.com/gwr3n/jsdp
A Java Stochastic Dynamic Programming Library
control dynamic inventory java lambda-calculus maintenance map-reduce object-oriented optimal parallel programming stochastic stream uncertainty
Last synced: 12 Jan 2026
https://github.com/preemptive/r8-docs
The Unofficial Documentation for R8
android dasho java kotlin obfuscation proguard r8
Last synced: 28 Jan 2026
https://github.com/domstolene/da-otel-agent
This project delivers an OpenTelemetry Java Agent extension with a dynamically configurable sampler, along with the optional REST service for configuring it.
java observability opentelemetry otel trace
Last synced: 08 Apr 2026
https://github.com/rohankanojia/sample-controller-java
Java Implementation of https://github.com/kubernetes/sample-controller using Fabric8 Kubernetes Client
controller fabric8 java kubernetes sample
Last synced: 30 Apr 2025
https://github.com/anuken/novi
A 2D multiplayer shooter.
game-2d java libgdx multiplatform multiplayer
Last synced: 01 May 2025
https://github.com/serverx-org/dsa-mastery
This repository covers the roadmap for mastering Data Structures and Algorithms in JavaScript, Python, C/C++, and Java.
algorithms algorithms-and-data-structures compitative-coding compititive-programming cpp dsa dsa-mastery hacktoberfest hacktoberfest-2024 java js learn-dsa py server-x-101 serverx
Last synced: 28 Feb 2026
https://github.com/niesfisch/tokenreplacer
Token Replacer is a simple and small Java Library that helps replacing tokens in strings. You can replace the tokens with static values or create values "on-the-fly" by calling a generator. You can even pass arguments to the generator which makes it pretty powerful.
generator java regex replacement tokenizer
Last synced: 10 Apr 2025
https://github.com/drako01/java-59570
Repositorio con todas las Actividades repasadas en Clase a lo largo del Curso
api-rest eclipse-ide java jpa-hibernate mysql spring-boot sql
Last synced: 03 May 2025
https://github.com/stormpath/stormpath-spring-boot-ionic-example
Spring Boot, Ionic, and Stormpath 🍻
bootiful ionic java mobile spring-boot typescript
Last synced: 30 Apr 2025
https://github.com/yedhink/ktu-java
Learn Java easily. A collection of simple programs primarily focusing on the KTU syllabus for Java
awt java javafx-application jdk9 ktu learn-java simple-programs swing-gui
Last synced: 10 Apr 2025
https://github.com/stallion-x/hospital-queuing
医院排队叫号系统 大作业 A school assignment(experiment) for JSP, a simple hospital queuing Web system made by pure JSP,HTML,CSS,Javascript without any framework
css html java javascript jsp jsp-servlet mvc servlet servlet-mvc
Last synced: 30 Apr 2025
https://github.com/svenruppert/docker-image-generator
Generator for generating a bunch of developer docker images
docker docker-image generator jabba java jdk maven ruppert sven
Last synced: 25 Jun 2025
https://github.com/krkarma777/online-store
SEED: An open-market platform built with JDK 17, Spring Boot, and Oracle DB, focusing on RESTful architecture and secure user experiences.
address-api chartjs ckeditor5 hibernate java javascript jpa jwt oauth2 online-shop oracle paypal restful-api shop spring-boot springsecurity6 thymeleaf
Last synced: 28 Oct 2025
https://github.com/urbica/docker-otp
OpenTripPlanner Docker image
alpine docker java multimodal-trip-planning opentripplanner routing transit transport
Last synced: 07 Sep 2025