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.
How to use Optional class (Java) - best practices

How to use Optional class (Java) - best practices

30
Comments 2
3 min read
Question: Validate Parentheses in a String

Question: Validate Parentheses in a String

1
Comments
1 min read
Question: Implement a Stack using Linked List

Question: Implement a Stack using Linked List

Comments
2 min read
Question: Implement a Binary Search Algorithm

Question: Implement a Binary Search Algorithm

Comments
1 min read
Question: Find the Common Elements in Two Arrays

Question: Find the Common Elements in Two Arrays

Comments
1 min read
Unveiling Hidden Lombok Magic: 3 Jazzed-Up Annotations for Java Joy

Unveiling Hidden Lombok Magic: 3 Jazzed-Up Annotations for Java Joy

Comments
2 min read
Building gdocweb with Java 21, Spring Boot 3.x and Beyond

Building gdocweb with Java 21, Spring Boot 3.x and Beyond

15
Comments 1
9 min read
Why won't my forEach lambda allow me to exit my function with a return statement in Java?

Why won't my forEach lambda allow me to exit my function with a return statement in Java?

Comments
2 min read
@Valid + Jakarta with DTO in Spring Boot 3

@Valid + Jakarta with DTO in Spring Boot 3

1
Comments
2 min read
28 Years Strong: Java's Journey

28 Years Strong: Java's Journey

7
Comments 1
3 min read
Optimizing Spring Integration Tests: 7 Annotations That May Be Slowing You Down

Optimizing Spring Integration Tests: 7 Annotations That May Be Slowing You Down

4
Comments
5 min read
Implementing Glowroot: A Hands-On Tech Review for Application Monitoring Mastery

Implementing Glowroot: A Hands-On Tech Review for Application Monitoring Mastery

3
Comments 1
5 min read
Mastering Custom Validation in Spring Boot: A Step-by-Step Guide

Mastering Custom Validation in Spring Boot: A Step-by-Step Guide

3
Comments
2 min read
The 4 pillars of Object-Oriented Programming

The 4 pillars of Object-Oriented Programming

2
Comments
4 min read
How to Secure Your Spring Boot API with JSON Web Tokens (JWT)

How to Secure Your Spring Boot API with JSON Web Tokens (JWT)

Comments
5 min read
Troop selection algorithm

Troop selection algorithm

1
Comments
2 min read
Exploring the Horizon of Microservices with KubeMQ's New Control Center

Exploring the Horizon of Microservices with KubeMQ's New Control Center

4
Comments
4 min read
Object-Oriented Programming

Object-Oriented Programming

4
Comments
5 min read
[HttpServer Series] The Http Router - from scratch - in Java

[HttpServer Series] The Http Router - from scratch - in Java

Comments
6 min read
Sorting in Java – how to, and how not to do it anymore

Sorting in Java – how to, and how not to do it anymore

4
Comments 3
5 min read
Rate-limiting API Endpoint using Bucket4j in Spring

Rate-limiting API Endpoint using Bucket4j in Spring

Comments
2 min read
Modern Java as Data-Oriented Language

Modern Java as Data-Oriented Language

Comments
5 min read
How To Perform JOIN Queries With JPA Criteria API

How To Perform JOIN Queries With JPA Criteria API

7
Comments
4 min read
Comprehensive Guide: Deploying a Java App to Google Cloud Functions with gcloud

Comprehensive Guide: Deploying a Java App to Google Cloud Functions with gcloud

5
Comments
2 min read
What to do if the query calculation is moved out of database but is too slow using java

What to do if the query calculation is moved out of database but is too slow using java

7
Comments 1
6 min read
loading...