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.
Running Spring Boot Applications With Gradle and Maven

Running Spring Boot Applications With Gradle and Maven

Comments
1 min read
Herança e Classes Abstratas em Programação Orientada a Objetos

Herança e Classes Abstratas em Programação Orientada a Objetos

Comments
4 min read
Discovering the Purpose of Interfaces as a Beginner🌱

Discovering the Purpose of Interfaces as a Beginner🌱

1
Comments
2 min read
Assert with Grace: Custom Soft Assertions using AssertJ for Cleaner Code

Assert with Grace: Custom Soft Assertions using AssertJ for Cleaner Code

1
Comments
4 min read
Writing k8s operator in Java

Writing k8s operator in Java

Comments
9 min read
A simple Java script to verify you're using Java 17+

A simple Java script to verify you're using Java 17+

1
Comments
2 min read
Sincronização e Comunicação entre Threads

Sincronização e Comunicação entre Threads

2
Comments
1 min read
Kotlin Extension Functions vs. Java: Adding a Touch of Magic to Existing Classes

Kotlin Extension Functions vs. Java: Adding a Touch of Magic to Existing Classes

Comments
3 min read
Exercício Tente Isto 11-1: Extendendo Thread

Exercício Tente Isto 11-1: Extendendo Thread

1
Comments
2 min read
Wednesday Links - Edition 2024-10-16

Wednesday Links - Edition 2024-10-16

Comments
1 min read
Cap 11 Programação com várias threads

Cap 11 Programação com várias threads

2
Comments
2 min read
Java 21 Pattern Matching Interview Questions

Java 21 Pattern Matching Interview Questions

1
Comments
2 min read
JavaFX In Action #10 with Clément de Tastes about QuarkusFX, combining the strengths of Quarkus and JavaFX

JavaFX In Action #10 with Clément de Tastes about QuarkusFX, combining the strengths of Quarkus and JavaFX

2
Comments
2 min read
End-to-End System Design for a React + Java + Cosmos DB Application

End-to-End System Design for a React + Java + Cosmos DB Application

2
Comments 1
4 min read
Sakura Boot: Reduce boilerplate, save time, build backends faster with Spring Boot

Sakura Boot: Reduce boilerplate, save time, build backends faster with Spring Boot

1
Comments
2 min read
Understanding the Adapter Design Pattern

Understanding the Adapter Design Pattern

3
Comments
6 min read
End-To-End Testing for Java+React Applications

End-To-End Testing for Java+React Applications

Comments
3 min read
Implementing One-Time Token Authentication with Spring Security

Implementing One-Time Token Authentication with Spring Security

6
Comments
4 min read
How Does Go Handle Multithreading and Concurrency Vis-A-Vis Other Languages

How Does Go Handle Multithreading and Concurrency Vis-A-Vis Other Languages

Comments
2 min read
Login system with JWT token and email reset password

Login system with JWT token and email reset password

5
Comments
13 min read
Kotlin's "No Checked Exceptions" Policy vs. Java: A Tale of Two Error-Handling Philosophies

Kotlin's "No Checked Exceptions" Policy vs. Java: A Tale of Two Error-Handling Philosophies

Comments 2
2 min read
Kotlin Destructuring Declarations vs. Java: Unpacking the Joy of Multiple Assignments (Where Kotlin Delivers the Goods!)

Kotlin Destructuring Declarations vs. Java: Unpacking the Joy of Multiple Assignments (Where Kotlin Delivers the Goods!)

Comments
2 min read
Kotlin Lambdas with Receivers vs. Java: A Code Symphony (Where Kotlin Plays a Different Tune!)

Kotlin Lambdas with Receivers vs. Java: A Code Symphony (Where Kotlin Plays a Different Tune!)

Comments 1
3 min read
Kotlin Tail Recursion Optimization vs. Java: A Deep Dive into Efficient Recursion

Kotlin Tail Recursion Optimization vs. Java: A Deep Dive into Efficient Recursion

Comments
3 min read
Java Concurrency Notes

Java Concurrency Notes

Comments
42 min read
loading...