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 - Understanding the Singly Linked List: Counting Nodes with size()

Java - Understanding the Singly Linked List: Counting Nodes with size()

Comments
1 min read
Simplifying Servlet Security: Keeping Your Web Apps Safe

Simplifying Servlet Security: Keeping Your Web Apps Safe

1
Comments
4 min read
How JDBC Paved the Way for Java Frameworks! 🛤️

How JDBC Paved the Way for Java Frameworks! 🛤️

Comments
1 min read
The essence of Recursion ?

The essence of Recursion ?

Comments 1
1 min read
Using JLink to create smaller Docker images for your Spring Boot Java application

Using JLink to create smaller Docker images for your Spring Boot Java application

4
Comments 1
6 min read
JPA Cheatsheet: visualizando relacionamentos

JPA Cheatsheet: visualizando relacionamentos

2
Comments
4 min read
Harnessing custom Kubernetes probes in Spring Boot applications

Harnessing custom Kubernetes probes in Spring Boot applications

2
Comments
5 min read
Leet Code — 2828. Check if a String Is an Acronym of Words

Leet Code — 2828. Check if a String Is an Acronym of Words

Comments
3 min read
Tipos de dados primitivos com Java

Tipos de dados primitivos com Java

29
Comments 7
3 min read
It's 2AM Do you Know What Your Code is Doing?

It's 2AM Do you Know What Your Code is Doing?

18
Comments 3
6 min read
Meu primeiro POST

Meu primeiro POST

1
Comments 1
1 min read
What Is the N+1 Query Problem and How to Detect It

What Is the N+1 Query Problem and How to Detect It

3
Comments 3
8 min read
Concurrent Data-structure Design Walk-Through

Concurrent Data-structure Design Walk-Through

17
Comments
18 min read
[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 5

[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 5

1
Comments
1 min read
Get URL pointed Resource Information in Java

Get URL pointed Resource Information in Java

1
Comments
3 min read
Dev Services for Elasticsearch

Dev Services for Elasticsearch

3
Comments 1
3 min read
Getting Started with Maven: A Beginner's Guide to Java Build Automation

Getting Started with Maven: A Beginner's Guide to Java Build Automation

7
Comments 2
4 min read
Dev Services for Kubernetes

Dev Services for Kubernetes

6
Comments 1
2 min read
Using Optional in Java the right way

Using Optional in Java the right way

4
Comments
3 min read
[PT-BR] Entendendo o Spring Framework na Prática

[PT-BR] Entendendo o Spring Framework na Prática

4
Comments
1 min read
¿Qué son las interfaces? Ejemplos de Java y Golang

¿Qué son las interfaces? Ejemplos de Java y Golang

Comments
2 min read
Demystifying BDD: A Game-Changer for Software Testing 🎮

Demystifying BDD: A Game-Changer for Software Testing 🎮

1
Comments
2 min read
Generate AI-based Images with Quarkus and OpenAI DALL.E

Generate AI-based Images with Quarkus and OpenAI DALL.E

3
Comments
4 min read
Dominando la SincronizaciĂłn en Java: Garantizando la Coherencia de Datos en Concurrencia

Dominando la SincronizaciĂłn en Java: Garantizando la Coherencia de Datos en Concurrencia

Comments
4 min read
Spring Shell - Build CLI apps

Spring Shell - Build CLI apps

10
Comments 2
9 min read
Um dos Matchers mais importantes do Spring Security

Um dos Matchers mais importantes do Spring Security

4
Comments
2 min read
Belajar Java (Perkenalan) [0]

Belajar Java (Perkenalan) [0]

Comments
2 min read
Object Oriented Programming (OOP)

Object Oriented Programming (OOP)

17
Comments 2
9 min read
Navigating Code Testing Waters with Mockito: Your Testing Crew for Smooth Sailing

Navigating Code Testing Waters with Mockito: Your Testing Crew for Smooth Sailing

Comments
1 min read
Mastering Background Processing in Android with WorkManager: A Guide to Efficient Background Processing

Mastering Background Processing in Android with WorkManager: A Guide to Efficient Background Processing

11
Comments
5 min read
A Deep Dive into Parking Spot LLD Design

A Deep Dive into Parking Spot LLD Design

5
Comments 4
3 min read
Journey of completing Oracle Java Certification OCA 1Z0-808 exam

Journey of completing Oracle Java Certification OCA 1Z0-808 exam

2
Comments
1 min read
My final take on Gradle (vs. Maven)

My final take on Gradle (vs. Maven)

41
Comments 15
8 min read
Fuzz testing: the best thing to happen to our application tests

Fuzz testing: the best thing to happen to our application tests

7
Comments
8 min read
Why Java is not pure OOPS?

Why Java is not pure OOPS?

2
Comments 2
1 min read
Debugging as a Process of Isolating Assumptions

Debugging as a Process of Isolating Assumptions

12
Comments
4 min read
Transactions And Transaction Propagation

Transactions And Transaction Propagation

5
Comments 1
4 min read
Using database functions in JPA Criteria projections

Using database functions in JPA Criteria projections

3
Comments
2 min read
Secure Java URL encoding and decoding

Secure Java URL encoding and decoding

6
Comments 1
14 min read
🧩 Mastering Insert Interval: Your Guide to Tackling a Blind 75 LeetCode Problem 🧩

🧩 Mastering Insert Interval: Your Guide to Tackling a Blind 75 LeetCode Problem 🧩

6
Comments
3 min read
How I approach Java Web Development to the first job

How I approach Java Web Development to the first job

14
Comments
5 min read
Different Ways To Use Comparator Interface in Java

Different Ways To Use Comparator Interface in Java

Comments
3 min read
Unravelling Java Frameworks and the Reflection API: A Glimpse into the Magic

Unravelling Java Frameworks and the Reflection API: A Glimpse into the Magic

8
Comments
2 min read
Engenharia de Software #02 - SOLID 101

Engenharia de Software #02 - SOLID 101

4
Comments
10 min read
🔍 Demystifying the No-Args Constructor in JPA Entity: Unveiling the Magic! 🔍

🔍 Demystifying the No-Args Constructor in JPA Entity: Unveiling the Magic! 🔍

8
Comments
3 min read
Creating A Maven Plugin

Creating A Maven Plugin

Comments 2
4 min read
Mastering Spring Data — A Step-by-Step Plan with free course Links

Mastering Spring Data — A Step-by-Step Plan with free course Links

7
Comments
4 min read
JavaFX en Eclipse

JavaFX en Eclipse

3
Comments 1
3 min read
3 Ways to Make Your API Beautiful

3 Ways to Make Your API Beautiful

6
Comments
3 min read
Valid Anagram - LeetCode Java Solution

Valid Anagram - LeetCode Java Solution

9
Comments
7 min read
Product of Array Except Self - LeetCode Java Solution

Product of Array Except Self - LeetCode Java Solution

8
Comments
6 min read
Two Sum — LeetCode Java Solution

Two Sum — LeetCode Java Solution

10
Comments
5 min read
Contains Duplicate - LeetCode Java Solution

Contains Duplicate - LeetCode Java Solution

7
Comments
7 min read
Is OpenJDK Just a Drop-In Replacement?

Is OpenJDK Just a Drop-In Replacement?

20
Comments 1
5 min read
[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 7

[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 7

7
Comments
1 min read
Descifrando la Concurrencia en Java: Multiplicando la Eficiencia

Descifrando la Concurrencia en Java: Multiplicando la Eficiencia

1
Comments 3
3 min read
How to Handle Auto Suggestions in Selenium Java

How to Handle Auto Suggestions in Selenium Java

4
Comments 2
28 min read
Embracing Imperfection: Why You Should Start Applying Even When You Think You're Not Good Enough

Embracing Imperfection: Why You Should Start Applying Even When You Think You're Not Good Enough

7
Comments
2 min read
Evite redundâncias ao definir Entities do JPA

Evite redundâncias ao definir Entities do JPA

2
Comments 1
2 min read
PDF-Dokumente in Bilder umwandeln durch einfaches Programmieren

PDF-Dokumente in Bilder umwandeln durch einfaches Programmieren

Comments
2 min read
loading...