DEV Community

Java

More than just a cup of coffee, Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Java's Concurrency Revolution: How Immutability and Virtual Threads Changed Everything!

Java's Concurrency Revolution: How Immutability and Virtual Threads Changed Everything!

Comments
21 min read
The Immortal Coffee Bean: Why Java is the Unkillable King of Enterprise

The Immortal Coffee Bean: Why Java is the Unkillable King of Enterprise

Comments
5 min read
Java Thread Pools Explained with End-to-End Examples (Fixed, Cached, Single, Scheduled)

Java Thread Pools Explained with End-to-End Examples (Fixed, Cached, Single, Scheduled)

5
Comments
4 min read
Do Socket ao Spring Boot: entendendo a comunicação via rede em Java

Do Socket ao Spring Boot: entendendo a comunicação via rede em Java

Comments
8 min read
Maven vs Gradle: Java Build Tools Comparison

Maven vs Gradle: Java Build Tools Comparison

Comments
9 min read
Async vs Sync Audit Logging: When to Use Which

Async vs Sync Audit Logging: When to Use Which

Comments
3 min read
Graceful Shutdown in Kafka: Understanding Shutdown Hooks and Thread Management

Graceful Shutdown in Kafka: Understanding Shutdown Hooks and Thread Management

Comments
8 min read
Version Your Cache Keys or Your Rolling Deployments Will Break

Version Your Cache Keys or Your Rolling Deployments Will Break

Comments
7 min read
Java Generic 활용하기

Java Generic 활용하기

Comments
1 min read
Java Annotation Processor와 코드 생성 기법

Java Annotation Processor와 코드 생성 기법

Comments
1 min read
Java 싱글톤 패턴 구현하기

Java 싱글톤 패턴 구현하기

Comments
1 min read
Java Enum 고급 활용 - 상수별 메서드 구현

Java Enum 고급 활용 - 상수별 메서드 구현

Comments
1 min read
Google Guava 라이브러리 완벽 가이드

Google Guava 라이브러리 완벽 가이드

Comments
2 min read
Lombok 완벽 가이드 - 모든 어노테이션 총정리

Lombok 완벽 가이드 - 모든 어노테이션 총정리

Comments
2 min read
The Call Stack: What Really Happens When a Function Is Called

The Call Stack: What Really Happens When a Function Is Called

1
Comments
3 min read
Dependency Injection in Spring Boot: How Spring Wires Everything for You

Dependency Injection in Spring Boot: How Spring Wires Everything for You

2
Comments
2 min read
Gradle Java Build - 자바 프로젝트 빌드, 테스트, JAR, WAR

Gradle Java Build - 자바 프로젝트 빌드, 테스트, JAR, WAR

Comments
3 min read
Java 예외 처리 - try-finally와 try-with-resources

Java 예외 처리 - try-finally와 try-with-resources

Comments
1 min read
Java 개발 팁 모음 - 유틸리티와 디버깅

Java 개발 팁 모음 - 유틸리티와 디버깅

Comments
2 min read
Groovy 클래스와 메서드 - Class, Method, Closure, Trait

Groovy 클래스와 메서드 - Class, Method, Closure, Trait

Comments
2 min read
Java Garbage Collector와 메모리 관리

Java Garbage Collector와 메모리 관리

Comments
1 min read
Maven 기초 - 빌드 라이프사이클, 의존성 관리, 저장소

Maven 기초 - 빌드 라이프사이클, 의존성 관리, 저장소

Comments
2 min read
Gradle Plugin - 플러그인, Extension, Property 설정

Gradle Plugin - 플러그인, Extension, Property 설정

Comments
2 min read
Java 멀티스레드 프로그래밍 - Thread, synchronized, volatile

Java 멀티스레드 프로그래밍 - Thread, synchronized, volatile

Comments
1 min read
Groovy 데이터 처리 - File, JSON, XML

Groovy 데이터 처리 - File, JSON, XML

Comments
3 min read
loading...